Example #1
0
 void Start()
 {
     SA = GetComponent <serializedAction>();
 }
Example #2
0
 void Start()
 {
     SA = GetComponent <serializedAction>();
     SA._doBegin();
 }