Merge pull request #61 from xiantuan/dev/wpf

Update SpineObject.cs add .skel.bytes Support
This commit is contained in:
ww-rm
2025-06-29 11:47:51 +09:00
committed by GitHub

View File

@@ -20,6 +20,7 @@ namespace Spine
public static readonly FrozenDictionary<string, string> PossibleSuffixMapping = new Dictionary<string, string>()
{
[".skel"] = ".atlas",
[".skel.bytes"] = ".atlas.txt",
[".json"] = ".atlas",
}.ToFrozenDictionary();