コード例 #1
0
ファイル: DamageTaken.cs プロジェクト: PruneB/BloodyEscape
    private void Start()
    {
        int age = int.Parse(GetAge.getAge());

        health   += age;
        maxHealth = health;
    }