Refactor actions to be entities with components (#19900)
This commit is contained in:
@@ -25,4 +25,6 @@ public sealed partial class SleepingComponent : Component
|
||||
|
||||
[DataField("cooldownEnd", customTypeSerializer:typeof(TimeOffsetSerializer))]
|
||||
public TimeSpan CoolDownEnd;
|
||||
|
||||
[DataField("wakeAction")] public EntityUid? WakeAction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user