Example #1
0
 void Awake()
 {
     instance = this;
 }
Example #2
0
 void Start()
 {
     ani = GetComponent <Animator>();
     ex  = isenemyexist.instance;
 }
Example #3
0
 void Start()
 {
     ex = isenemyexist.instance;
 }