SCHALE.GameServer/SCHALE.Common/FlatData/FurnitureFunctionType.cs

19 lines
300 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 FurnitureFunctionType : int
{
None = 0,
EventCollection = 1,
VideoPlay = 2,
TrophyCollection = 3,
InteractionBGMPlay = 4,
};
}