HeadScript.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        charge = 0;
        chargeMax = 100;
        baseColor = sprite.color;
        charging = false;
        active = true;
    }