Action container rejig (#20260)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -24,4 +24,6 @@ public sealed partial class MobStateActionsComponent : Component
|
||||
/// </example>
|
||||
[DataField("actions")]
|
||||
public Dictionary<MobState, List<string>> Actions = new();
|
||||
|
||||
[DataField] public List<EntityUid> GrantedActions = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user