Files
plugin-library/Assets/00.StaryEvo/Editor/EditorFont/IFontChange.cs
2025-03-31 11:16:52 +08:00

20 lines
374 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/****************************************************
文件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();
}
}