Remove diseases (#15684)

This commit is contained in:
metalgearsloth
2023-05-07 17:50:37 +10:00
committed by GitHub
parent 29f7a39780
commit 0e81cb4319
111 changed files with 103 additions and 3419 deletions

View File

@@ -0,0 +1,9 @@
namespace Content.Client.Medical;
/* Here be dragons */
public enum DiseaseMachineVisualLayers : byte
{
IsOn,
IsRunning
}