Sentry turrets - Part 2: Basic prototype (#35031)

This commit is contained in:
chromiumboy
2025-02-23 07:39:44 -06:00
committed by GitHub
parent b742afbe2c
commit 066c773965
8 changed files with 500 additions and 263 deletions

View File

@@ -6,6 +6,7 @@ namespace Content.Shared.Power
public enum PowerDeviceVisuals : byte
{
VisualState,
Powered
Powered,
BatteryPowered
}
}