scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace Gif.Components
|
||||
{
|
||||
// Token: 0x02000004 RID: 4
|
||||
public struct Rectangle
|
||||
{
|
||||
// Token: 0x0400001F RID: 31
|
||||
public int xmin;
|
||||
|
||||
// Token: 0x04000020 RID: 32
|
||||
public int ymin;
|
||||
|
||||
// Token: 0x04000021 RID: 33
|
||||
public int xmax;
|
||||
|
||||
// Token: 0x04000022 RID: 34
|
||||
public int ymax;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user