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

        }