Change atmos plaques to yaml (#37318)

* Change atmos plaques to yaml

* remove locale strings
This commit is contained in:
Nemanja
2025-05-09 20:24:07 -04:00
committed by GitHub
parent bb7742e21e
commit 942b2b4dcb
5 changed files with 55 additions and 154 deletions

View File

@@ -1,10 +0,0 @@
using Robust.Shared.Serialization;
namespace Content.Shared.Atmos.Visuals
{
[Serializable, NetSerializable]
public enum AtmosPlaqueVisuals
{
State
}
}