CRaPI - Correct Robust and Perfect API

Player.AfterNewCycle Event

Event indicating that a new cycle has started

public event TimeEventHandler AfterNewCycle;

Event Data

The event handler receives an argument of type TimeEventArgs containing data related to this event. The following TimeEventArgs property provides information specific to this event.

PropertyDescription
TimeThe time set by the event.

See Also

Player Class | TeamYaffa.CRaPI Namespace