Exemple #1
0
 void Start()
 {
     asemator = GetComponent<Asemator>();
 }
Exemple #2
0
 void OnEnable()
 {
     asemator = (Asemator)target;
 }