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.

15 lines
213 B
C#

4 years ago
using System;
namespace Qoo.Ks
{
// Token: 0x02000030 RID: 48
public struct AKB_DIRINFO
{
// Token: 0x04000143 RID: 323
public string Name;
// Token: 0x04000144 RID: 324
public uint nNameCRC;
}
}