You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
255 B
C#

4 years ago
using System;
namespace Qoo.Ks
{
// Token: 0x02000044 RID: 68
public enum PLAYSTAT
{
// Token: 0x040001E4 RID: 484
NULL,
// Token: 0x040001E5 RID: 485
PLAY,
// Token: 0x040001E6 RID: 486
STOP,
// Token: 0x040001E7 RID: 487
END
}
}