コード例 #1
0
 public AllCreepsModel(RobotArena.Data.RobotContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DetailsWeaponModel(RobotContext context)
 {
     _context = context;
 }
コード例 #3
0
 public CreateCreepModel(RobotArena.Data.RobotContext context)
 {
     _context = context;
 }
コード例 #4
0
 public EditWeaponModel(RobotContext context)
 {
     _context = context;
 }
コード例 #5
0
 public DeleteArmorModel(RobotContext context)
 {
     _context = context;
 }
コード例 #6
0
 public EditArmorModel(RobotContext context)
 {
     _context = context;
 }
コード例 #7
0
 public CreateWeaponModel(RobotContext context)
 {
     _context = context;
 }
コード例 #8
0
 public DetailsCreepModel(RobotArena.Data.RobotContext context)
 {
     _context = context;
 }
コード例 #9
0
 public EditCreepModel(RobotArena.Data.RobotContext context)
 {
     _context = context;
 }
コード例 #10
0
 public AllArmorsModel(RobotArena.Data.RobotContext context)
 {
     _context = context;
 }
コード例 #11
0
 public DetailsArmorModel(RobotContext context)
 {
     _context = context;
 }
コード例 #12
0
 public DeleteWeaponModel(RobotContext context)
 {
     _context = context;
 }
コード例 #13
0
 public CreateArmorModel(RobotContext context)
 {
     _context = context;
 }
コード例 #14
0
 public AllWeaponsModel(RobotArena.Data.RobotContext context)
 {
     _context = context;
 }