mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-01 05:13:44 +01:00
.
This commit is contained in:
parent
d1d369a56b
commit
65ce391051
19 changed files with 757 additions and 158 deletions
|
|
@ -20,7 +20,8 @@ public class ActorState
|
|||
}
|
||||
|
||||
public ActorIdentifier Identifier { get; internal init; }
|
||||
public DesignData Data;
|
||||
public DesignData ActorData;
|
||||
public DesignData ModelData;
|
||||
|
||||
private readonly StateChanged.Source[] _sources = Enumerable
|
||||
.Repeat(StateChanged.Source.Game, EquipFlagExtensions.NumEquipFlags + CustomizationExtensions.NumIndices + 4).ToArray();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue