コード例 #1
0
 public FractureAbility(int count, MobType shard)
 {
     this.Count = count;
     this.Shard = shard;
 }
コード例 #2
0
ファイル: MobType.cs プロジェクト: Valchris/Tdd
 public FractureAbility(int count, MobType shard)
 {
     this.Count = count;
     this.Shard = shard;
 }