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.
|
using System;
|
|
|
|
namespace Qoo.Ks
|
|
{
|
|
// Token: 0x02000034 RID: 52
|
|
public enum PLAY_MODE
|
|
{
|
|
// Token: 0x04000158 RID: 344
|
|
NORMAL,
|
|
// Token: 0x04000159 RID: 345
|
|
MEMORY,
|
|
// Token: 0x0400015A RID: 346
|
|
MINIGAME
|
|
}
|
|
}
|