コード例 #1
0
ファイル: InfectManager.cs プロジェクト: duong199x/Stargazer
 public void Cure()
 {
     healthManager.Cure();
     infectedValue = 0f;
 }