コード例 #1
0
 public TestData(IImperaContext context, IComponentContext componentContext, IGameService gameService)
 {
     this.context          = context;
     this.componentContext = componentContext;
     this.GameService      = gameService;
 }
コード例 #2
0
 public TestData(IImperaContext context, IComponentContext componentContext, IGameService gameService)
 {
     this.context = context;
     this.componentContext = componentContext;
     this.GameService = gameService;
 }