1
0
mirror of synced 2025-01-10 05:11:50 +01:00
KillzXGaming f0c3fc5465 Add proper hash matching for GFPAK
Also add latest turbo muunt editor files
2019-11-21 21:46:51 -05:00

14 lines
263 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Toolbox.Library.Animations
{
public interface IAnimationContainer
{
STAnimation AnimationController { get; }
}
}