2024-04-21 00:21:57 +00:00
|
|
|
// <auto-generated>
|
|
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
|
|
{
|
|
|
|
|
|
|
|
public enum MailType : int
|
|
|
|
{
|
|
|
|
System = 0,
|
|
|
|
Attendance = 1,
|
|
|
|
Event = 2,
|
|
|
|
MassTrade = 3,
|
|
|
|
InventoryFull = 4,
|
|
|
|
ArenaDefenseVictory = 5,
|
|
|
|
CouponUsageReward = 6,
|
|
|
|
ArenaSeasonClose = 7,
|
|
|
|
ProductReward = 8,
|
|
|
|
MonthlyProductReward = 9,
|
|
|
|
ExpiryChangeItem = 10,
|
|
|
|
ClanAttendance = 11,
|
|
|
|
AccountLink = 12,
|
|
|
|
NewUserBonus = 13,
|
|
|
|
LeftClanAssistReward = 14,
|
|
|
|
AttendanceImmediately = 15,
|
|
|
|
WeeklyProductReward = 16,
|
|
|
|
BiweeklyProductReward = 17,
|
|
|
|
Temp_1 = 18,
|
|
|
|
Temp_2 = 19,
|
|
|
|
Temp_3 = 20,
|
|
|
|
CouponCompleteReward = 21,
|
|
|
|
BirthdayMail = 22,
|
2024-11-08 10:52:05 +00:00
|
|
|
FromCS = 23,
|
|
|
|
ExpiryChangeCurrency = 24,
|
2024-04-21 00:21:57 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|