public void SubscribeToEvent(string eventType, ClockworkEventDelegate function) { EventCore.SubscribeToEvent(this, null, eventType, function); }
public void SubscribeToEvent(AObject sender, string eventType, ClockworkEventDelegate function) { EventCore.SubscribeToEvent(this, sender, eventType, function); }