Remove server-side sprite references from Flash system (#15893)

This commit is contained in:
Leon Friedrich
2023-04-29 22:20:09 +12:00
committed by GitHub
parent f4643a7f07
commit e7108b9d0b
4 changed files with 74 additions and 34 deletions

View File

@@ -24,4 +24,13 @@ namespace Content.Shared.Flash
Time = time;
}
}
[Serializable, NetSerializable]
public enum FlashVisuals : byte
{
BaseLayer,
LightLayer,
Burnt,
Flashing,
}
}