MainCanvas.cs 95 B

123456
  1. using UnityEngine;
  2. using System.Collections;
  3. public class MainCanvas : MonoBehaviour {
  4. }