ReadMe.cs 224 B

123456789101112
  1. using UnityEngine;
  2. using System.Collections;
  3. namespace TerrainComposer2
  4. {
  5. public class ReadMe : MonoBehaviour {
  6. public bool buttonEdit;
  7. public string readme;
  8. public string buttonLink;
  9. }
  10. }