Exemplo n.º 1
0
 public void setTarget(HnS_MainCharacter target)
 {
     this.target = target;
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     // get the third person character ( this should never be null due to require component )
     m_Character = GetComponent <HnS_MainCharacter>();
 }