コード例 #1
0
 public Monster(Game game, CardTemplate template, int level) : base(game, template, level)
 {
 }
コード例 #2
0
ファイル: Equipment.cs プロジェクト: coca-in-a-cola/Cardville
 public Equipment(Game game, CardTemplate template, int level) : base(game, template, level)
 {
 }
コード例 #3
0
ファイル: Item.cs プロジェクト: coca-in-a-cola/Cardville
 public Item(Game game, CardTemplate template, int level) : base(game, template, level)
 {
 }