30 lines
670 B
C#
30 lines
670 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;
|
|
using System.Collections.Generic;
|
|
using F;
|
|
using F.Item;
|
|
|
|
/// <summary>
|
|
/// Generated from: item.xlsx
|
|
/// </summary>
|
|
partial class ItemGem
|
|
{
|
|
public ItemInfo costInfo;
|
|
|
|
public override void Init()
|
|
{
|
|
costInfo = Item.ItemInfo.Convert(cost);
|
|
}
|
|
}
|
|
}
|