28 lines
639 B
C#
28 lines
639 B
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace G
|
|
{
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// Generated from: boxdrop.xlsx
|
|
/// </summary>
|
|
partial class ItemBox
|
|
{
|
|
public ItemInfo priceInfo;
|
|
|
|
public override void Init()
|
|
{
|
|
priceInfo = ItemInfo.Convert(price);
|
|
}
|
|
}
|
|
}
|