Add option to apply designs to player with doubl click.

This commit is contained in:
Ottermandias 2024-03-01 23:41:30 +01:00
parent 64c1f75ee0
commit bfe50f459d
5 changed files with 80 additions and 8 deletions

View file

@ -68,6 +68,9 @@ public sealed class StateManager(
if (TryGetValue(identifier, out state))
return true;
if (!actor.Valid)
return false;
try
{
// Initial Creation, use the actors data for the base data,