SCHALE.GameServer/SCHALE.Common/FlatData/MailType.cs

37 lines
694 B
C#
Raw Normal View History

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,
};
}