This commit is contained in:
wsh
2025-02-21 11:57:09 +09:00
parent 64352f5f46
commit 912a242bae
112 changed files with 934 additions and 244 deletions

View File

@@ -2,8 +2,8 @@ using TMPro;
using UnityEditor;
using UnityEngine;
using UnityEngine.UI;
using WI;
using WI.UI;
using XRLib;
using XRLib.UI;
[CustomEditor(typeof(PanelBase), true)]
public class PanelBaseEditor : Editor