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