scripts
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RRUI.Data;
|
||||
|
||||
namespace RecRoom.Core.Creation.SandboxGizmos
|
||||
{
|
||||
// Token: 0x02002D44 RID: 11588
|
||||
[Token(Token = "0x2002D44")]
|
||||
[StructLayout(3)]
|
||||
public class LogEntryModelController : ModelController<LogEntryModel>
|
||||
{
|
||||
// Token: 0x060147E1 RID: 83937 RVA: 0x004EA414 File Offset: 0x004E8614
|
||||
[Token(Token = "0x60147E1")]
|
||||
[Address(RVA = "0x1913050", Offset = "0x1911A50", VA = "0x181913050")]
|
||||
public LogEntryModelController()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x02002D45 RID: 11589
|
||||
[Token(Token = "0x2002D45")]
|
||||
[Serializable]
|
||||
private class LogEntryTextImpl : TextControllerImpl<LogEntryModel>
|
||||
{
|
||||
// Token: 0x060147E2 RID: 83938 RVA: 0x004EA428 File Offset: 0x004E8628
|
||||
[Token(Token = "0x60147E2")]
|
||||
[Address(RVA = "0x1913720", Offset = "0x1912120", VA = "0x181913720", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
int num = 0;
|
||||
int num2 = 0;
|
||||
bool flag;
|
||||
if (!flag)
|
||||
{
|
||||
string empty = string.Empty;
|
||||
return;
|
||||
}
|
||||
if (num2 == 0 || num2 == 0)
|
||||
{
|
||||
}
|
||||
if (flag)
|
||||
{
|
||||
}
|
||||
DateTime minValue = DateTime.MinValue;
|
||||
if (num == 0 || num == 0)
|
||||
{
|
||||
}
|
||||
string text = string.Format("[{0:T}] {1}", minValue, "");
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x060147E3 RID: 83939 RVA: 0x004EA47C File Offset: 0x004E867C
|
||||
[Token(Token = "0x60147E3")]
|
||||
[Address(RVA = "0x1913950", Offset = "0x1912350", VA = "0x181913950")]
|
||||
public LogEntryTextImpl()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user