10 lines
191 B
C#
10 lines
191 B
C#
|
|
using Robust.Shared.GameStates;
|
|||
|
|
|
|||
|
|
namespace Content.Shared._White.Wizard.Magic;
|
|||
|
|
|
|||
|
|
[RegisterComponent, NetworkedComponent]
|
|||
|
|
public sealed partial class WizardClothesComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|