コード例 #1
0
ファイル: Player.cs プロジェクト: Neonixxx/SomeNameUnity
 public void TakeExp(long exp)
 => ExperienceManager.TakeExp(exp);