源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
264 B

пре 1 месец
  1. using UnityEngine;
  2. using System.Collections;
  3. using UnityEditor;
  4. using System.IO;
  5. public class EditorHelper : MonoBehaviour {
  6. [MenuItem("Assets/BatchCreateArtistFont")]
  7. static public void BatchCreateArtistFont()
  8. {
  9. ArtistFont.BatchCreateArtistFont();
  10. }
  11. }