12 lines
160 B
C#
12 lines
160 B
C#
using System;
|
|
|
|
namespace System.IO
|
|
{
|
|
// Token: 0x02000110 RID: 272
|
|
internal struct FAMRequest
|
|
{
|
|
// Token: 0x0400033E RID: 830
|
|
public int ReqNum;
|
|
}
|
|
}
|