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