projects
/
ROUNDS
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
GameCode
/
PublicInt.cs
blob: 98472b9ca9e8cd5655a2ed5ae1d04880b928f696 (
plain
)
1
2
3
4
5
6
using UnityEngine; public class PublicInt : MonoBehaviour { public int theInt; }