Exemplo n.º 1
0
 void OnDestroy()
 {
     current = null;
 }
Exemplo n.º 2
0
	void OnDestroy()
	{
		current = null;
	}
Exemplo n.º 3
0
 void Start()
 {
     f16          = f16 == null ? transform : f16;
     current      = this;
     currentState = F16States.Disabled;
 }
Exemplo n.º 4
0
	void Start()
	{
		f16 = f16 == null ? transform : f16;
		current = this;
		currentState = F16States.Disabled;
	}