Add source files

This commit is contained in:
2025-05-21 20:19:45 +02:00
parent 0f2a242b30
commit 71163fc589
284 changed files with 272526 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
using System;
namespace LOS
{
// Token: 0x0200010C RID: 268
public enum PixelOperation
{
// Token: 0x04002632 RID: 9778
Clamp,
// Token: 0x04002633 RID: 9779
Include,
// Token: 0x04002634 RID: 9780
Exclude
}
}