コード例 #1
0
ファイル: PointsUI.cs プロジェクト: hrecker/ArenaGame
 public void AddEnemyPoints(EnemyType type)
 {
     AddPoints(type.GetPointValue());
 }