mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-22 23:47:45 +01:00
We have config at home.
This commit is contained in:
parent
d10cb3137f
commit
80ab57e96d
13 changed files with 487 additions and 62 deletions
13
Glamourer/State/ActorState.cs
Normal file
13
Glamourer/State/ActorState.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using Glamourer.Designs;
|
||||
using Penumbra.GameData.Actors;
|
||||
|
||||
namespace Glamourer.State;
|
||||
|
||||
public class ActorState
|
||||
{
|
||||
public ActorIdentifier Identifier { get; internal init; }
|
||||
public DesignData Data { get; internal set; }
|
||||
|
||||
internal ActorState(ActorIdentifier identifier)
|
||||
=> Identifier = identifier;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue