using System.Collections; using System.Collections.Generic; using UnityEngine; namespace ShadowStudio.Tool { /// /// 笔的配置参数 /// public class PenConf : MonoBehaviour { } }