Example #1
0
 /* protected virtual void Awake()
  * {
  *   owner = GetComponent<ExploreStatemachine>();
  * }*/
 public ExploreState(ExploreStatemachine Owner)
 {
     m_Owner = Owner;
 }