Re-organize all projects (#4166)
This commit is contained in:
14
Content.Shared/Power/SharedPower.cs
Normal file
14
Content.Shared/Power/SharedPower.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Power
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ChargeState
|
||||
{
|
||||
Still,
|
||||
Charging,
|
||||
Discharging,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user