ButterflyRush.Butterfly.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        void Start()
        {
            direction = Random.Range(1, 3);
            thisAnimator.SetInteger("Direction", direction);
        }