feat: Added Engine Cycles to GameManager

This commit is contained in:
2023-11-24 11:42:51 +03:00
parent 4228d317e2
commit fdb368d881
2 changed files with 80 additions and 18 deletions

View File

@@ -7,4 +7,5 @@ internal static class Constants
{
internal static int BEHAVIOURS_SIZE_INITIAL = 16;
internal static int GAME_OBJECTS_SIZE_INITIAL = 256;
internal static int DRAWABLE_OBJECTS_SIZE_INITIAL = 256;
}