forked from SpaceStation14-Shenanigans/Monolith
Removed the StateType property from every component. This field was completely unused except for a debug assertion.
This commit is contained in:
@@ -19,7 +19,6 @@ namespace Content.Server.GameObjects
|
||||
{
|
||||
public override string Name => "Clothing";
|
||||
public override uint? NetID => ContentNetIDs.CLOTHING;
|
||||
public override Type StateType => typeof(ClothingComponentState);
|
||||
|
||||
public SlotFlags SlotFlags = SlotFlags.PREVENTEQUIP; //Different from None, NONE allows equips if no slot flags are required
|
||||
|
||||
|
||||
Reference in New Issue
Block a user