20 lines
517 B
C#
20 lines
517 B
C#
// using System.Collections;
|
|
// using System.Collections.Generic;
|
|
// using Definition.Enum;
|
|
// using UnityEngine;
|
|
//
|
|
// namespace UI
|
|
// {
|
|
// public class DisplayItemInfoFormRawData
|
|
// {
|
|
// public int Index;
|
|
// public string IconAssetName;
|
|
// public string Title;
|
|
// public string TypeText;
|
|
// public ItemRarity Rarity;
|
|
// public string Description;
|
|
// public int Price;
|
|
// public bool IsWeapon;
|
|
// public Vector3 TargetPos;
|
|
// }
|
|
// } |