This commit is contained in:
Crsky
2023-08-25 09:03:13 +08:00
119 changed files with 11077 additions and 617 deletions

View File

@@ -148,7 +148,7 @@ namespace GameRes.Formats.Emote
ImageFormat TlgFormat { get { return s_TlgFormat.Value; } }
static Lazy<ImageFormat> s_TlgFormat = new Lazy<ImageFormat> (() => ImageFormat.FindByTag ("TLG"));
static ResourceInstance<ImageFormat> s_TlgFormat = new ResourceInstance<ImageFormat> ("TLG");
}
/// <summary>