예제 #1
0
 void Start()
 {
     script1 = new Script1(123);
     Debug.Log("count = " + script1.getCount());
 }