Re-organize all projects (#4166)
This commit is contained in:
17
Content.Shared/PowerCell/SharedPowerCell.cs
Normal file
17
Content.Shared/PowerCell/SharedPowerCell.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.PowerCell
|
||||
{
|
||||
public static class SharedPowerCell
|
||||
{
|
||||
public const int PowerCellVisualsLevels = 4;
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum PowerCellVisuals
|
||||
{
|
||||
ChargeLevel
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user