CharacterBase.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    public virtual void Start()
    {
        health = 100f;
        speed = 10f;
    }