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