Re-organize all projects (#4166)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Singularity.Components
|
||||
{
|
||||
[NetSerializable, Serializable]
|
||||
public enum RadiationCollectorVisuals
|
||||
{
|
||||
VisualState
|
||||
}
|
||||
|
||||
[NetSerializable, Serializable]
|
||||
public enum RadiationCollectorVisualState
|
||||
{
|
||||
Active,
|
||||
Activating,
|
||||
Deactivating,
|
||||
Deactive
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user