Beispiel #1
0
 protected void RegisterEvent(string id, Action callback)
 {
     eventReg.AddCallback(id, callback);
 }