mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-17 07:19:02 +02: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
|