Pushing up a preliminary version of GULLSManager

This commit is contained in:
2024-07-05 11:01:19 -04:00
parent 126cc58c67
commit 414a5bb749
5 changed files with 188 additions and 6 deletions

9
include/GlobalSettings.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef GLOBALSETTINGS_H
#define GLOBALSETTINGS_H
#define MAX_RESPONSE_ACTIONS 15
#define MAX_ANIMATION_BUILDER_ACTIONS 30
#define MAX_ANIMATIONS 15
#define MAX_HALS 15
#endif