예제 #1
0
    protected void Awake()
    {
        float single  = TakeDamage.HealthAliveValueClamp(this._maxHealth);
        float single1 = single;

        this._health    = single;
        this._maxHealth = single1;
    }