summaryrefslogtreecommitdiff
path: root/GameCode/PublicInt.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/PublicInt.cs')
-rw-r--r--GameCode/PublicInt.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/GameCode/PublicInt.cs b/GameCode/PublicInt.cs
new file mode 100644
index 0000000..98472b9
--- /dev/null
+++ b/GameCode/PublicInt.cs
@@ -0,0 +1,6 @@
+using UnityEngine;
+
+public class PublicInt : MonoBehaviour
+{
+ public int theInt;
+}