Files
Apr2020-Cpp2Il-Dump/Pathfinding.Ionic.Zip.Reduced/Pathfinding/Ionic/Zlib/SharedUtils.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

19 lines
418 B
C#

using System;
using Cpp2IlInjected;
namespace Pathfinding.Ionic.Zlib
{
// Token: 0x02000041 RID: 65
[Token(Token = "0x2000041")]
internal class SharedUtils
{
// Token: 0x0600022A RID: 554 RVA: 0x00003210 File Offset: 0x00001410
[Token(Token = "0x600022A")]
[Address(RVA = "0x1974140", Offset = "0x1972F40", VA = "0x181974140")]
public static int URShift(int number, int bits)
{
return 0;
}
}
}