Explorar o código

Set time field.

NathanSweet %!s(int64=9) %!d(string=hai) anos
pai
achega
ebc5ff0072
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      spine-csharp/src/Event.cs

+ 1 - 0
spine-csharp/src/Event.cs

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