框架上传
This commit is contained in:
19
Assets/00.StaryEvo/Editor/EditorFont/IFontChange.cs
Normal file
19
Assets/00.StaryEvo/Editor/EditorFont/IFontChange.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
/****************************************************
|
||||
文件:IFontChange.cs
|
||||
作者:zz
|
||||
邮箱:
|
||||
日期:2022/3/6 16:34:36
|
||||
功能:
|
||||
*****************************************************/
|
||||
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Stary.Evo.Editor
|
||||
{
|
||||
interface IFontChange
|
||||
{
|
||||
void Creat();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user