﻿using UnityEngine;
using System.Collections;

namespace HutongGames.PlayMaker.Ecosystem.utils
{
	public class Comment : MonoBehaviour {
		public string Text;
	}
}