Esempio n. 1
0
 public UniEventArgs(GameObject SENDER, UniEventType EVENTTYPE, System.Object CONTENT) : this(SENDER, EVENTTYPE)
 {
     content = CONTENT;
 }
Esempio n. 2
0
 public UniEventArgs(GameObject SENDER, UniEventType EVENTTYPE)
 {
     sender    = SENDER;
     eventType = EVENTTYPE;
 }