37 lines
1.1 KiB
C#
37 lines
1.1 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Utilities
|
|
{
|
|
// Token: 0x02000209 RID: 521
|
|
[Token(Token = "0x200014B")]
|
|
[StructLayout(3)]
|
|
public static class SingleExt
|
|
{
|
|
// Token: 0x06001131 RID: 4401 RVA: 0x000075BC File Offset: 0x000057BC
|
|
[Token(Token = "0x6000DB7")]
|
|
[Address(RVA = "0x247E470", Offset = "0x247CE70", VA = "0x18247E470")]
|
|
public static float IntoFloat([Attribute(Name = "TupleElementNamesAttribute", RVA = "0x1334E0", Offset = "0x1328E0")] this ValueTuple<byte, byte, byte, byte> self)
|
|
{
|
|
return 0f;
|
|
}
|
|
|
|
// Token: 0x06001132 RID: 4402 RVA: 0x000075D4 File Offset: 0x000057D4
|
|
[Token(Token = "0x6000DB8")]
|
|
[Address(RVA = "0xEFCD00", Offset = "0xEFB700", VA = "0x180EFCD00")]
|
|
public static int IntRepr(this float self)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
// Token: 0x06001133 RID: 4403 RVA: 0x000075EC File Offset: 0x000057EC
|
|
[Token(Token = "0x6000DB9")]
|
|
[Address(RVA = "0x247E400", Offset = "0x247CE00", VA = "0x18247E400")]
|
|
public static ValueTuple<byte, byte, byte, byte> IntoBytes(this float self)
|
|
{
|
|
return default(ValueTuple<byte, byte, byte, byte>);
|
|
}
|
|
}
|
|
}
|