Re-organize all projects (#4166)
This commit is contained in:
18
Content.Shared/Window/SharedWindowComponent.cs
Normal file
18
Content.Shared/Window/SharedWindowComponent.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Window
|
||||
{
|
||||
public class SharedWindowComponent : Component
|
||||
{
|
||||
public override string Name => "Window";
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum WindowVisuals
|
||||
{
|
||||
Damage
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user