상속: UnityEngine.MonoBehaviour
예제 #1
0
        void Start()
        {
            instance = this;
            playerSR = player.GetComponent<SpriteRenderer>();

        }