using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Rigging.Data { public class AnimationHandler : RiggingDataBase { protected override void OnStart() { base.OnStart(); } } }