コード例 #1
0
 public ShopService(GameContext context)
 {
     this.context          = context;
     this.inventoryService = new InventoryService(context);
 }
コード例 #2
0
 public RewardService(GameContext context)
 {
     this.context     = context;
     inventoryService = new InventoryService(context);
 }