Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

54 lines
1.4 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom
{
// Token: 0x0200227C RID: 8828
[Token(Token = "0x200227C")]
public class YearSuffixUIRotator : IntRangeUIRotator
{
// Token: 0x0600E0B3 RID: 57523 RVA: 0x0033C264 File Offset: 0x0033A464
[Token(Token = "0x600E0B3")]
[Address(RVA = "0x1C53A80", Offset = "0x1C52A80", VA = "0x181C53A80", Slot = "5")]
protected override void MKKPNGFMJFP(int NFBLHCGNNMB = 0)
{
IntRangeUIRotator intRangeUIRotator = this.yearPrefixRotator;
int num = 0;
this.start = num;
int? value = intRangeUIRotator.Value;
if (value == (ulong)19L == value)
{
int? value2 = this.yearPrefixRotator.Value;
if (value2 == (ulong)20L == value2)
{
goto IL_69;
}
DateTime now = DateTime.Now;
ulong num2;
num2 += num2;
long num3 = (long)(num2 * (ulong)((uint)100));
int num4 = (int)((long)num4 - num3);
this.end = num4;
}
this.end = (int)((ulong)99L);
IL_69:
int num5 = 0;
base.MKKPNGFMJFP(num5);
}
// Token: 0x0600E0B4 RID: 57524 RVA: 0x0033C2EC File Offset: 0x0033A4EC
[Token(Token = "0x600E0B4")]
[Address(RVA = "0x1C53B80", Offset = "0x1C52B80", VA = "0x181C53B80")]
public YearSuffixUIRotator()
{
}
// Token: 0x040091AD RID: 37293
[FieldOffset(Offset = "0x60")]
[Token(Token = "0x40091AD")]
[SerializeField]
private IntRangeUIRotator yearPrefixRotator;
}
}