2016-06-08 22:29:04 +01:00
|
|
|
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
2015-12-04 02:00:05 -05:00
|
|
|
|
{
|
|
|
|
|
class EventSave
|
|
|
|
|
{
|
|
|
|
|
public bool bazaar;
|
2016-01-12 00:43:52 -05:00
|
|
|
|
public byte bazaarTax;
|
2016-01-16 11:26:35 -05:00
|
|
|
|
public byte repairType;
|
2015-12-04 02:00:05 -05:00
|
|
|
|
}
|
|
|
|
|
}
|