Guest User

Untitled

a guest
Jun 4th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. global using Marathon.IO;
  2. global using System.Diagnostics;
  3. global using System.Numerics;
  4.  
  5. namespace Knuxs_Misc_Tools
  6. {
  7. internal class Program
  8. {
  9. static void Main(string[] args)
  10. {
  11. SonicNext.Functions.AnimationImport(@"file path to pull .fbx animations from", @"file path to save .xnm animations to", "character_Root", 60f);
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment