Health analyzer displays turns off when the battery dies (#16125)

This commit is contained in:
Vasilis
2023-05-13 18:28:11 +02:00
committed by GitHub
parent 407d8c3c8b
commit 4f8d4f89d6
7 changed files with 26 additions and 5 deletions

View File

@@ -24,3 +24,8 @@ public enum PowerCellVisuals : byte
{
ChargeLevel
}
[Serializable, NetSerializable]
public enum PowerCellSlotVisuals : byte
{
Enabled
}