SCHALE.GameServer/SCHALE.Common/FlatData/BubbleType.cs

20 lines
308 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 BubbleType : int
{
Idle = 0,
Monologue = 1,
EmoticonNormal = 2,
EmoticonFavorite = 3,
EmoticonReward = 4,
EmoticonGiveGift = 5,
};
}