Animation System Implemented
System is prepared to read its animations from an AnimationSet object now.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace QURO.AnimationLibrary
|
||||
{
|
||||
public class AnimationSet
|
||||
{
|
||||
public Dictionary<string, Animation> Anims;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user