hooks/settings updated
This commit is contained in:
@@ -42,4 +42,9 @@ namespace settings {
|
||||
bool auto_respawn = false;
|
||||
bool change_player_speed = false;
|
||||
int new_speed = 1;
|
||||
|
||||
bool freeze_azazel = false;
|
||||
float new_azazel_speed = 0.f;
|
||||
|
||||
bool disable_longInteract = false;
|
||||
}
|
||||
|
||||
@@ -46,6 +46,11 @@ namespace settings {
|
||||
extern bool auto_respawn;
|
||||
extern bool change_player_speed;
|
||||
extern int new_speed;
|
||||
|
||||
extern bool freeze_azazel;
|
||||
extern float new_azazel_speed;
|
||||
|
||||
extern bool disable_longInteract;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user