コード例 #1
0
ファイル: Npc.cs プロジェクト: Geraff/BehaviorIsManaged
 public Npc(GameRolePlayNpcWithQuestInformations gameRolePlayNpcWithQuestInformations, Map map)
 {
 }
コード例 #2
0
ファイル: Npc.cs プロジェクト: Seth-/BehaviorIsManaged
 public Npc(GameRolePlayNpcWithQuestInformations informations, Map map)
     : this((GameRolePlayNpcInformations)informations, map)
 {
 }