using UnityEngine; using System.Collections; namespace YLBattle { /// /// /// public class FighterDragonBone : MonoBehaviour { // Use this for initialization void Start() { } // Update is called once per frame void Update() { } } }