forked from Raphael/SCHALE.GameServer
17 lines
217 B
C#
17 lines
217 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace SCHALE.Common.FlatData
|
||
|
{
|
||
|
|
||
|
public enum SoundType : int
|
||
|
{
|
||
|
UI = 0,
|
||
|
BGM = 1,
|
||
|
FX = 2,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|