summaryrefslogtreecommitdiff
path: root/GameCode/PublicInt.cs
blob: 98472b9ca9e8cd5655a2ed5ae1d04880b928f696 (plain)
1
2
3
4
5
6
using UnityEngine;

public class PublicInt : MonoBehaviour
{
	public int theInt;
}