ShowFighterGUI.cs 164 B

12345678910
  1. using UnityEngine;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. #if UNITY_STANDALONE
  5. public class ShowFighterGUI : MonoBehaviour
  6. {
  7. }
  8. #endif