mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-23 00:08:40 +00:00
8 lines
144 B
C
Executable File
8 lines
144 B
C
Executable File
#ifndef COMS_MODELS_MOB_PLAYER_CLASS_H
|
|
#define COMS_MODELS_MOB_PLAYER_CLASS_H
|
|
|
|
#define PLAYER_CLASS_MAGE 1
|
|
|
|
#define PLAYER_CLASS_SIZE 24
|
|
|
|
#endif |