32 lines
724 B
C#
32 lines
724 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 CodeStage.AntiCheat.ObscuredTypes;
|
|||
|
using F;
|
|||
|
using F.Item;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Generated from: cha.xlsx
|
|||
|
/// </summary>
|
|||
|
partial class ItemCha
|
|||
|
{
|
|||
|
ObscuredByte _curSkinId;
|
|||
|
|
|||
|
public int skinId
|
|||
|
{
|
|||
|
get { return _curSkinId; }
|
|||
|
set { _curSkinId = (byte)value; }
|
|||
|
}
|
|||
|
}
|
|||
|
}
|