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