补充漏提交以及修改战斗场景数据
This commit is contained in:
13
Assets/TcgEngine/Resources/Skill测试用的/SkillData.cs
Normal file
13
Assets/TcgEngine/Resources/Skill测试用的/SkillData.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "新测试技能", menuName = "测试/测试技能")]
|
||||
public class SkillData : ScriptableObject
|
||||
{
|
||||
public string skillName;
|
||||
public string description;
|
||||
public int manaCost;
|
||||
public Sprite icon;
|
||||
}
|
||||
Reference in New Issue
Block a user