hotfix animation maker

This commit is contained in:
SergoDobro 2024-08-18 11:33:04 +03:00
parent d111c2f8cd
commit 7f47a63e46

View file

@ -1,13 +1,11 @@
using DangerousD.GameCore.Graphics; using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework;
using Newtonsoft.Json; using Newtonsoft.Json;
using System; using System;
using NativeFileDialogSharp; using NativeFileDialogSharp;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Reflection.Metadata; using System.Reflection.Metadata;
using Zofo.GameCore.ZoFo_grafics; using ZoFo.GameCore.Graphics;
namespace AnimationsFileCreator namespace AnimationsFileCreator
{ {
class Program class Program