SkillData 구조 정의
This commit is contained in:
16
Gameton-06/Assets/Gameton/Scripts/GameData/SkillData.cs
Normal file
16
Gameton-06/Assets/Gameton/Scripts/GameData/SkillData.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
[System.Serializable]
|
||||
public class SkillData
|
||||
{
|
||||
public int characterId;
|
||||
public int id;
|
||||
public int mp;
|
||||
public float damage;
|
||||
public int cooltime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user