GameManager.cs 80 B

1234
  1. public static class GameManager
  2. {
  3. public const bool LOG_TO_FILE = true;
  4. }