コード例 #1
0
 static CacheFactory()
 {
     user  = new cache.UserCache();
     match = new cache.MatchCache();
     fight = new cache.FightCache();
 }
コード例 #2
0
ファイル: CacheFactory.cs プロジェクト: isoundy000/MyCard
 static CacheFactory()
 {
     user  = new UserCache();
     match = new MatchCache();
     fight = new FightCache();
 }