mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-19 14:07:43 +01:00
Split ResetAdvanced into two parts.
This commit is contained in:
parent
e4b32343ae
commit
081ac6bf8b
6 changed files with 120 additions and 26 deletions
|
|
@ -411,6 +411,6 @@ public class StateApplier(
|
|||
return actors;
|
||||
}
|
||||
|
||||
private ActorData GetData(ActorState state)
|
||||
public ActorData GetData(ActorState state)
|
||||
=> _objects.TryGetValue(state.Identifier, out var data) ? data : ActorData.Invalid;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue