oh dear
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace StansAssets.Foundation.Async
|
||||
{
|
||||
// Token: 0x0200005A RID: 90
|
||||
[Token(Token = "0x2000045")]
|
||||
internal class MainThreadDispatcherRuntime : MainThreadDispatcherBase
|
||||
{
|
||||
// Token: 0x06000158 RID: 344 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x6000107")]
|
||||
[Address(RVA = "0x3811580", Offset = "0x3810380", VA = "0x183811580", Slot = "6")]
|
||||
public override void Init()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000159 RID: 345 RVA: 0x0000207E File Offset: 0x0000027E
|
||||
[Token(Token = "0x6000108")]
|
||||
[Address(RVA = "0x3811680", Offset = "0x3810480", VA = "0x183811680")]
|
||||
public MainThreadDispatcherRuntime()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user