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