void Awake()
 {
     character = GetComponent <Marionette>();
     //character = GetComponent<RagdollCharacter>();
 }
Exemple #2
0
 public void Init(Marionette owner)
 {
     this.owner = owner;
 }