예제 #1
0
 public PlayerCharacterSteps(PlayerCharacterStepsContext context)
 {
     _context = context;
 }
예제 #2
0
 public CommonPlayerCharacterSteps(PlayerCharacterStepsContext contextnew)
 {
     _context = contextnew;
 }
 public CommonPlayerCharacterSteps(PlayerCharacterStepsContext context)
 {
     this.context = context;
 }
예제 #4
0
 public CommonPlayerCharacterSteps(PlayerCharacterStepsContext context)
 {
     //when instantiated, context injected too
     //inject the context
     _context = context;
 }