BattleObjectEditUtil.cs 165 B

123456789101112
  1. using UnityEngine;
  2. using System.Collections;
  3. public class BattleObjectEditUtil : MonoBehaviour
  4. {
  5. // Update is called once per frame
  6. void FixedUpdate ()
  7. {
  8. }
  9. }