예제 #1
0
 public Player(IPlayerMPGenerator playerMPGenerator, int hp)
 {
     this.hp = hp;
     this.PlayerMPGenerator = playerMPGenerator;
 }
예제 #2
0
 private void Inject(Player player, ITimeAdapter timeAdapter)
 {
     this.mpGenerator = player.PlayerMPGenerator;
     this.timeAdapter = timeAdapter;
 }