project-meteor-server/FFXIVClassic Map Server/actors/chara/EventSave.cs
2016-01-12 00:43:52 -05:00

16 lines
298 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FFXIVClassic_Map_Server.dataobjects.chara
{
class EventSave
{
public bool bazaar;
public byte bazaarTax;
public int repairType;
}
}