protected void CharacterAwake() { if (!Application.isPlaying) { return; } this.animator = GetComponent <CharacterAnimator>(); this.characterLocomotion.Setup(this); this.ragdoll = new CharacterRagdoll(this); }
public void InitializeRagdoll() { this.ragdoll = new CharacterRagdoll(this); }