mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
8 lines
155 B
C
8 lines
155 B
C
|
#ifndef C_BASEENTITY_H
|
||
|
#define C_BASEENTITY_H
|
||
|
|
||
|
// How many data slots to use when in multiplayer.
|
||
|
#define MULTIPLAYER_BACKUP 750
|
||
|
|
||
|
#endif // C_BASEENTITY_H
|