summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Unit/Controller')
-rw-r--r--Assets/Scripts/Unit/Controller/PropController.cs18
-rw-r--r--Assets/Scripts/Unit/Controller/PropController.cs.meta11
-rw-r--r--Assets/Scripts/Unit/Controller/RobotController.cs18
-rw-r--r--Assets/Scripts/Unit/Controller/RobotController.cs.meta11
4 files changed, 58 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/Controller/PropController.cs b/Assets/Scripts/Unit/Controller/PropController.cs
new file mode 100644
index 00000000..6449d49e
--- /dev/null
+++ b/Assets/Scripts/Unit/Controller/PropController.cs
@@ -0,0 +1,18 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class PropController : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}
diff --git a/Assets/Scripts/Unit/Controller/PropController.cs.meta b/Assets/Scripts/Unit/Controller/PropController.cs.meta
new file mode 100644
index 00000000..e5212ee7
--- /dev/null
+++ b/Assets/Scripts/Unit/Controller/PropController.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 67cc84cac8614a646a7e981178ec9939
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Scripts/Unit/Controller/RobotController.cs b/Assets/Scripts/Unit/Controller/RobotController.cs
new file mode 100644
index 00000000..7a10c968
--- /dev/null
+++ b/Assets/Scripts/Unit/Controller/RobotController.cs
@@ -0,0 +1,18 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class RobotController : MonoBehaviour
+{
+ // Start is called before the first frame update
+ void Start()
+ {
+
+ }
+
+ // Update is called once per frame
+ void Update()
+ {
+
+ }
+}
diff --git a/Assets/Scripts/Unit/Controller/RobotController.cs.meta b/Assets/Scripts/Unit/Controller/RobotController.cs.meta
new file mode 100644
index 00000000..d40dd55d
--- /dev/null
+++ b/Assets/Scripts/Unit/Controller/RobotController.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 4f594c33f502a71408a6d16e21274ca2
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant: