コード例 #1
0
 public bool HasEnoughEnergy(int id, int playerId)
 {
     return(_iplayerContext.HasEnoughEnergy(id, playerId));
 }