コード例 #1
0
ファイル: Caches.cs プロジェクト: syuukouha/MOBAServer
 static Caches()
 {
     Account = new AccountCache();
     Player  = new PlayerCache();
     Match   = new MatchCache();
     Select  = new SelectCache();
     Battle  = new BattleCache();
 }
コード例 #2
0
ファイル: Caches.cs プロジェクト: Joe0707/Light-And-Dark
 static Caches()
 {
     Account = new AccountCache();
     Player  = new PlayerCache();
     Match   = new MatchCache();
     Select  = new SelectCache();
     Fight   = new FightCache();
 }