コード例 #1
0
ファイル: Humanoid.cs プロジェクト: Torf/BehaviorIsManaged
 protected Humanoid(HumanWithGuildInformations human)
     : this((HumanInformations)human)
 {
     GuildInformations = new GuildInformations(human.guildInformations);
 }
コード例 #2
0
ファイル: Humanoid.cs プロジェクト: Seth-/BehaviorIsManaged
 protected Humanoid(HumanWithGuildInformations human)
     : this((HumanInformations)human)
 {
     GuildInformations = new GuildInformations(human.guildInformations);
 }