CTT/Server/Model/Game/Entity/MainUISlot.cs

14 lines
226 B
C#
Executable File

using System;
using System.Collections.Generic;
using System.Text;
namespace ET
{
public class MainUISlot:Entity
{
public int RealId;
public int Count;
public MainUIType MainUIType;
}
}