public BaseCharacterAnimationController(BaseAnimationService animationService)
 {
     _animationService = animationService;
     _animationMapping = GetAnimationMapping();
 }
Exemplo n.º 2
0
 protected virtual void InitView()
 {
     _animationService = GetComponentInChildren <BaseAnimationService>();
 }