Generic; using UnityEngine; //整個程式架構是一個class,我命名為role //繼承MonoBehaviour這個類別public class role : MonoBehaviour { //物件變數,整個class都 ...
確定! 回上一頁