Removed the StateType property from every component. This field was completely unused except for a debug assertion.
This commit is contained in:
@@ -8,7 +8,6 @@ namespace Content.Shared.GameObjects.Components.Mobs
|
||||
{
|
||||
public sealed override uint? NetID => ContentNetIDs.COMBATMODE;
|
||||
public override string Name => "CombatMode";
|
||||
public sealed override Type StateType => typeof(CombatModeComponentState);
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
protected sealed class CombatModeComponentState : ComponentState
|
||||
|
||||
Reference in New Issue
Block a user