public BaseCharacterAnimationController(BaseAnimationService animationService)
 {
     _animationService = animationService;
     _animationMapping = GetAnimationMapping();
 }
Пример #2
0
 protected virtual void InitView()
 {
     _animationService = GetComponentInChildren <BaseAnimationService>();
 }