13
Content.Shared/GameObjects/Components/Power/SharedPower.cs
Normal file
13
Content.Shared/GameObjects/Components/Power/SharedPower.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components.Power
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ChargeState
|
||||
{
|
||||
Still,
|
||||
Charging,
|
||||
Discharging,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user