diff options
Diffstat (limited to 'GameCode/PublicInt.cs')
-rw-r--r-- | GameCode/PublicInt.cs | 6 |
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; +} |