Browse Source

Sujith :) ->
1. Added Dummy Script - just to test

sujith 1 month ago
parent
commit
eccee1883e
2 changed files with 21 additions and 0 deletions
  1. 19 0
      Assets/Arbitrator/Editor/GUI/Dummy.cs
  2. 2 0
      Assets/Arbitrator/Editor/GUI/Dummy.cs.meta

+ 19 - 0
Assets/Arbitrator/Editor/GUI/Dummy.cs

@@ -0,0 +1,19 @@
+using UnityEngine;
+
+namespace Terra.Arbitrator
+{
+    public class Dummy : MonoBehaviour
+    {
+        // Start is called once before the first execution of Update after the MonoBehaviour is created
+        void Start()
+        {
+        
+        }
+
+        // Update is called once per frame
+        void Update()
+        {
+        
+        }
+    }
+}

+ 2 - 0
Assets/Arbitrator/Editor/GUI/Dummy.cs.meta

@@ -0,0 +1,2 @@
+fileFormatVersion: 2
+guid: 1774ec8fba51440fb9bf8c7479c510ff