Просмотр исходного кода

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

sujith 1 месяц назад
Родитель
Сommit
eccee1883e
2 измененных файлов с 21 добавлено и 0 удалено
  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