Inheritance: UnityEngine.MonoBehaviour
Exemple #1
0
        void Start()
        {
            instance = this;
            playerSR = player.GetComponent<SpriteRenderer>();

        }