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.

16 lines
212 B
C#

4 years ago
using System;
namespace Qoo.Ks
{
// Token: 0x02000081 RID: 129
public enum SWITCH
{
// Token: 0x04000286 RID: 646
NULL,
// Token: 0x04000287 RID: 647
ON,
// Token: 0x04000288 RID: 648
OFF
}
}