Remove server-side sprite references from Flash system (#15893)
This commit is contained in:
@@ -24,4 +24,13 @@ namespace Content.Shared.Flash
|
||||
Time = time;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum FlashVisuals : byte
|
||||
{
|
||||
BaseLayer,
|
||||
LightLayer,
|
||||
Burnt,
|
||||
Flashing,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user