entity_spell_system/Queued/data/BSConstants.h
2019-04-20 14:02:55 +02:00

14 lines
146 B
C++

#ifndef BS_CONSTANTS_H
#define BS_CONSTANTS_H
class BSConstants
{
public:
static int MAX_LEVEL = 50;
public:
BSConstants() {}
};
#endif