Action container rejig (#20260)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -27,8 +27,7 @@ public sealed partial class MeleeSpeechComponent : Component
|
||||
[AutoNetworkedField]
|
||||
public int MaxBattlecryLength = 12;
|
||||
|
||||
[DataField("configureAction", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
public string? ConfigureAction = "ActionConfigureMeleeSpeech";
|
||||
[DataField] public EntProtoId ConfigureAction = "ActionConfigureMeleeSpeech";
|
||||
|
||||
/// <summary>
|
||||
/// The action to open the battlecry UI
|
||||
|
||||
Reference in New Issue
Block a user