This commit is contained in:
CortexCore
2024-12-08 20:54:55 +08:00
parent bb257507bc
commit 9775bdd099
9 changed files with 10 additions and 224 deletions

View File

@@ -8,5 +8,7 @@ namespace Project.B.Animation
public interface IPlayerAnimationFactory : IHumanoidAnimationFactory
{
public object CreateStepUpAnimation();
public object CreateSlidingAnimation();
public object CreateClimbAnimation();
}
}