Generic; 2 using UnityEngine; 3 4 public class Fragment : MonoBehaviour 5 { 6 public int TypeID; 7 //預設原點8 public List<Vector2Int> Pos; ...
確定! 回上一頁