Resolves SmesVisualizer is Obsolete (#13899)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
namespace Content.Shared.Power
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ChargeState
|
||||
public enum ChargeState : byte
|
||||
{
|
||||
Still,
|
||||
Charging,
|
||||
Discharging,
|
||||
Still = 0,
|
||||
Charging = 1,
|
||||
Discharging = 2,
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user