ArenaDataManager.cs 137 B

123456789
  1. using System.Collections.Generic;
  2. namespace GFGGame
  3. {
  4. public class ArenaDataManager : SingletonBase<ArenaDataManager>
  5. {
  6. }
  7. }