Update SpineObject.cs add .skel.bytes Support

add .skel.bytes Support #58
This commit is contained in:
饭团
2025-06-28 20:40:56 +08:00
parent 3ca22c3f00
commit 48ee61d1c6

View File

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