Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- global using Marathon.IO;
- global using System.Diagnostics;
- global using System.Numerics;
- namespace Knuxs_Misc_Tools
- {
- internal class Program
- {
- static void Main(string[] args)
- {
- SonicNext.Functions.AnimationImport(@"file path to pull .fbx animations from", @"file path to save .xnm animations to", "character_Root", 60f);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment