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: 0x0200007A RID: 122
|
|
public enum SCENE_SKIPFLAG
|
|
{
|
|
// Token: 0x0400025C RID: 604
|
|
KEY = 1,
|
|
// Token: 0x0400025D RID: 605
|
|
READED
|
|
}
|
|
}
|