SkillData 구조 정의

This commit is contained in:
aube.lee
2025-02-04 23:35:07 +09:00
parent 16800bfbc3
commit 2d17524bf9
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
[
{
"characterId": 0,
"id": "K0001",
"mp": 10,
"damage": 1.2,
"cooltime": 5
},
{
"characterId": 0,
"id": "K0002",
"mp": 15,
"damage": 1.45,
"cooltime": 15
},
{
"characterId": 0,
"id": "K0003",
"mp": 15,
"damage": 1.7,
"cooltime": 10
}
]

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 7cc2b005fde2e364e9285d35f5f10a9a
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View 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;
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: ceb094546f5f41047bee44a58756e6de
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: