mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Set time field.
This commit is contained in:
parent
ac2721c553
commit
ebc5ff0072
@ -40,6 +40,7 @@ namespace Spine {
|
||||
public float Time { get; private set; }
|
||||
|
||||
public Event (float time, EventData data) {
|
||||
Time = time;
|
||||
Data = data;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user