19 lines
300 B
C#
19 lines
300 B
C#
// <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,
|
|
};
|
|
|
|
|
|
}
|