Refactor actions to be entities with components (#19900)
This commit is contained in:
@@ -18,9 +18,9 @@ public sealed partial class MobStateActionsComponent : Component
|
||||
/// <example>
|
||||
/// actions:
|
||||
/// Critical:
|
||||
/// - CritSuccumb
|
||||
/// - ActionCritSuccumb
|
||||
/// Alive:
|
||||
/// - AnimalLayEgg
|
||||
/// - ActionAnimalLayEgg
|
||||
/// </example>
|
||||
[DataField("actions")]
|
||||
public Dictionary<MobState, List<string>> Actions = new();
|
||||
|
||||
Reference in New Issue
Block a user