mysimulation/server/FSO.Server.Database/DA/LotAdmit/DbLotAdmit.cs

10 lines
218 B
C#
Raw Permalink Normal View History

namespace FSO.Server.Database.DA.LotAdmit
{
public class DbLotAdmit
{
public int lot_id { get; set; }
public uint avatar_id { get; set; }
public byte admit_type { get; set; }
}
}