mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-29 11:59:27 +01:00
Do a bunch of refactoring regarding available application options.
This commit is contained in:
parent
f55d25b088
commit
68327d3563
12 changed files with 168 additions and 150 deletions
|
|
@ -31,7 +31,7 @@ public class AutoDesign
|
|||
public string Name(bool incognito)
|
||||
=> Revert ? RevertName : incognito ? Design!.Incognito : Design!.Name.Text;
|
||||
|
||||
public ref DesignData GetDesignData(ActorState state)
|
||||
public ref readonly DesignData GetDesignData(ActorState state)
|
||||
=> ref Design == null ? ref state.BaseData : ref Design.DesignData;
|
||||
|
||||
public bool Revert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue