Set time field.

This commit is contained in:
NathanSweet 2016-02-15 14:03:51 +01:00
parent ac2721c553
commit ebc5ff0072

View File

@ -40,6 +40,7 @@ namespace Spine {
public float Time { get; private set; }
public Event (float time, EventData data) {
Time = time;
Data = data;
}