feat: 로비 화면의 사용자 포션 아이템 갯수 매핑 로직 추가
This commit is contained in:
19
Gameton-06/Assets/Gameton/Scripts/GameData/UserItemData.cs
Normal file
19
Gameton-06/Assets/Gameton/Scripts/GameData/UserItemData.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
[System.Serializable]
|
||||
public class UserItemData
|
||||
{
|
||||
public int hpPotion;
|
||||
public int mpPotion;
|
||||
|
||||
public UserItemData()
|
||||
{
|
||||
hpPotion = 0;
|
||||
mpPotion = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fb32053a6a7bb30498bb2155fcbffd1a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user