summaryrefslogtreecommitdiff
path: root/GameCode/Comment.cs
blob: 020c8e33f36b18a990eb53b48f150e590cc6358b (plain)
1
2
3
4
5
6
7
using UnityEngine;

public class Comment : MonoBehaviour
{
	[TextArea(20, 100)]
	public string comment;
}