Added Warning state for AME (#24699)

added warning state for AME
This commit is contained in:
Sergey Dikiy
2024-02-01 09:40:57 +01:00
committed by GitHub
parent ca54709186
commit f3ff35dcfa
5 changed files with 29 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ public sealed class AmeControllerSystem : EntitySystem
{
< 10 => AmeControllerState.Fuck,
< 50 => AmeControllerState.Critical,
< 80 => AmeControllerState.Warning,
_ => AmeControllerState.On,
};