AntiLagSwitch & DamageProxy :D

This commit is contained in:
BotoX
2019-09-27 22:01:42 +02:00
parent 913ecd2228
commit 09945b0801
10 changed files with 388 additions and 211 deletions
+2
View File
@@ -38,12 +38,14 @@
/**
* Results when selecting a class for a player.
*/
#if !defined INCLUDED_BY_ZOMBIERELOADED
enum ClassSelectResult
{
ClassSelected_NoChange, /** No class change was necessary (class already selected). */
ClassSelected_Instant, /** Class was instantly changed. */
ClassSelected_NextSpawn /** Class will be used next spawn. */
}
#endif
/**
* Returns whether a class index is valid or not.