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
|
|
|
|
{
|
2024-12-29 16:52:25 +00:00
|
|
|
None_ = 0,
|
2024-04-21 00:21:57 +00:00
|
|
|
EventCollection = 1,
|
|
|
|
VideoPlay = 2,
|
|
|
|
TrophyCollection = 3,
|
|
|
|
InteractionBGMPlay = 4,
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|