コード例 #1
0
 public Npc(NpcType Type, MapActiveObject MapActiveObject)
 {
     this.MapActiveObject = MapActiveObject;
     this.Type            = Type;
 }
コード例 #2
0
ファイル: NPC.cs プロジェクト: BGCX261/zombie-wars-svn-to-git
 public Npc(NpcType Type, MapActiveObject MapActiveObject)
 {
     this.MapActiveObject = MapActiveObject;
     this.Type = Type;
 }