예제 #1
0
    protected void ColorBossForLane(float z)
    {
        EnemyAnimation myAnimator = gameObject.GetComponent <EnemyAnimation>();

        myAnimator.EnableWalking(laneColors[z]);
    }