mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2025-07-25 04:54:47 +00:00
explicit set to 0
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
class Entity;
|
||||
|
||||
enum eClimbableType : int32_t {
|
||||
CLIMBABLE_TYPE_NOT,
|
||||
CLIMBABLE_TYPE_NOT = 0,
|
||||
CLIMBABLE_TYPE_LADDER,
|
||||
CLIMBABLE_TYPE_WALL,
|
||||
CLIMBABLE_TYPE_WALL_STICK
|
||||
|
Reference in New Issue
Block a user