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,20 @@
using System;
namespace LOS
{
// Token: 0x0200010E RID: 270
public class Util
{
// Token: 0x06001652 RID: 5714 RVA: 0x0019DCA1 File Offset: 0x0019BEA1
public static bool Verify(bool comparison, string message)
{
return comparison;
}
// Token: 0x06001653 RID: 5715 RVA: 0x0019DCA4 File Offset: 0x0019BEA4
public static bool Verify(bool comparison)
{
return comparison;
}
}
}