mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 23:15:38 +00:00
Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio
This commit is contained in:
@@ -67,7 +67,7 @@ namespace PckStudio.Classes.Utils
|
||||
_ANIM = anim;
|
||||
}
|
||||
|
||||
public override string ToString() => "0x" + _ANIM.ToString("x");
|
||||
public override string ToString() => "0x" + ((int)_ANIM).ToString("x8");
|
||||
|
||||
public static bool IsValidANIM(string anim) => animRegex.IsMatch(anim);
|
||||
|
||||
|
||||
@@ -33,6 +33,6 @@ using System.Security.Permissions;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("6.5.0.0")]
|
||||
[assembly: AssemblyFileVersion("6.5.0.0")]
|
||||
[assembly: AssemblyVersion("7.0")]
|
||||
[assembly: AssemblyFileVersion("7.0")]
|
||||
[assembly: NeutralResourcesLanguage("")]
|
||||
|
||||
Reference in New Issue
Block a user