mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-17 21:17:44 +01:00
Add working links.
This commit is contained in:
parent
282d6df165
commit
5992b86e4f
9 changed files with 31 additions and 11 deletions
|
|
@ -46,6 +46,9 @@ public sealed class Design : DesignBase, ISavable
|
|||
public string Incognito
|
||||
=> Identifier.ToString()[..8];
|
||||
|
||||
public IEnumerable<(DesignBase? Design, ApplicationType Flags)> AllLinks
|
||||
=> LinkContainer.GetAllLinks(this).Select(t => ((DesignBase?)t.Link.Link, t.Link.Type));
|
||||
|
||||
#endregion
|
||||
|
||||
#region Serialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue