You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-GameManager doesn't actually manage games (the games array is not even ever read from)
-PlayerManager does things GameManager is supposed to do
-Arenas should not be freed before players are teleported away
-Players array should have TTTPlayer objects
-Introduce ArenaManager?
The text was updated successfully, but these errors were encountered:
-GameManager doesn't actually manage games (the games array is not even ever read from)
-PlayerManager does things GameManager is supposed to do
-Arenas should not be freed before players are teleported away
-Players array should have TTTPlayer objects
-Introduce ArenaManager?
The text was updated successfully, but these errors were encountered: