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