コード例 #1
0
 internal MissionCollection()
 {
     mMissions = new PMDCP.Core.ListPair <int, Mission>();
 }
コード例 #2
0
ファイル: MissionCollection.cs プロジェクト: blastboy/Client
 internal MissionCollection()
 {
     mMissions = new PMDCP.Core.ListPair<int, Mission>();
 }
コード例 #3
0
 internal DungeonCollection()
 {
     mDungeons = new PMDCP.Core.ListPair <int, Dungeon>();
 }
コード例 #4
0
 internal ItemCollection(int maxItems)
 {
     mItems = new PMDCP.Core.ListPair <int, Item>();
 }
コード例 #5
0
ファイル: RDungeonCollection.cs プロジェクト: blastboy/Client
 internal RDungeonCollection()
 {
     mRDungeons = new PMDCP.Core.ListPair<int, RDungeon>();
 }
コード例 #6
0
ファイル: ItemCollection.cs プロジェクト: blastboy/Client
 internal ItemCollection(int maxItems)
 {
     mItems = new PMDCP.Core.ListPair<int, Item>();
 }
コード例 #7
0
 internal PokemonCollection()
 {
     mPokemon = new PMDCP.Core.ListPair <int, Pokemon>();
 }
コード例 #8
0
ファイル: PokemonCollection.cs プロジェクト: blastboy/Client
 internal PokemonCollection()
 {
     mPokemon = new PMDCP.Core.ListPair<int, Pokemon>();
 }