11 lines
156 B
C#
11 lines
156 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// 战斗技能
|
|
/// </summary>
|
|
public class BattleSkill {
|
|
|
|
}
|