合并代码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "PresetsPlate", menuName = "数据模块/预设模板")]
|
||||
public class DataPlatePresets : ScriptableObject {
|
||||
public List<Vector3> designPoints;
|
||||
}
|
||||
Reference in New Issue
Block a user