Example #1
0
 void Awake()
 {
     Test.Awake();
 }
Example #2
0
 void OnDestroy()
 {
     Test.OnDestroy();
 }
Example #3
0
 void Update()
 {
     Test.Update();
 }
Example #4
0
 void Start()
 {
     Test.Start();
 }