Info.cs 258 B

123456789101112131415
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class Info : MonoBehaviour
  5. {
  6. [TextArea]
  7. public string importantReminder;
  8. void Start ()
  9. {
  10. }
  11. }