Add air alarm admin logs (#33426)

This commit is contained in:
Palladinium
2025-02-06 16:10:21 +11:00
committed by GitHub
parent 434d1584fc
commit 001d61c6d5
6 changed files with 236 additions and 1 deletions

View File

@@ -444,4 +444,9 @@ public enum LogType
/// A player interacted with a PDA or its cartridge component
/// </summary>
PdaInteract = 96,
/// <summary>
/// An atmos networked device (such as a vent or pump) has had its settings changed, usually through an air alarm
/// </summary>
AtmosDeviceSetting = 97,
}