コード例 #1
0
ファイル: PlayerEntity.cs プロジェクト: nurulaimanabdr/Mayhem
 public void AwardExperience()
 {
     Weapon.AddExperience();
     Score += 25;
 }