namespace XGame.Editor.Asset { internal interface IAssetsPanel { //void Init(); void DrawGUI(); void Close(); } }