Browse Source

Added JobEvents

James Peret 2 years ago
parent
commit
608e996cb6
2 changed files with 29 additions and 0 deletions
  1. 18 0
      Runtime/EventManager/JobEvent.cs
  2. 11 0
      Runtime/EventManager/JobEvent.cs.meta

+ 18 - 0
Runtime/EventManager/JobEvent.cs

@@ -0,0 +1,18 @@
+using System.Collections;
+using System.Runtime.InteropServices;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace KairoEngine.Core
+{
+
+    public struct JobEvent
+    {
+        public int code;
+
+        public JobEvent(int code)
+        {
+            this.code = code;
+        }
+    }
+}

+ 11 - 0
Runtime/EventManager/JobEvent.cs.meta

@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 84f2f1f14cf1e7c409d2f46848c97c76
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: