コード例 #1
0
ファイル: PlayerController.cs プロジェクト: victorhook/Anoroc
 public void GivePoints(int points)
 {
     scoreHandler.Increase(points);
 }