scripts
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom
|
||||
{
|
||||
// Token: 0x02000026 RID: 38
|
||||
[Token(Token = "0x2000026")]
|
||||
[StructLayout(3)]
|
||||
public sealed class ActionEvent<T, U, V> : ListEvent<Action<T, U, V>>
|
||||
{
|
||||
// Token: 0x06000099 RID: 153 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000099")]
|
||||
[Address(RVA = "0x23E26B0", Offset = "0x23E10B0", VA = "0x1823E26B0")]
|
||||
public ActionEvent(int capacity = 32, bool useTryCatch = false)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600009A RID: 154 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600009A")]
|
||||
[Address(RVA = "0x28360C0", Offset = "0x2834AC0", VA = "0x1828360C0")]
|
||||
public void Invoke(T t, U u, V v)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600009B RID: 155 RVA: 0x00002052 File Offset: 0x00000252
|
||||
[Token(Token = "0x600009B")]
|
||||
[Address(RVA = "0x23E26E0", Offset = "0x23E10E0", VA = "0x1823E26E0")]
|
||||
public static ActionEvent<T, U, V>operator +(ActionEvent<T, U, V> actionEvent, Action<T, U, V> action)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x0600009C RID: 156 RVA: 0x00002052 File Offset: 0x00000252
|
||||
[Token(Token = "0x600009C")]
|
||||
[Address(RVA = "0x23E2780", Offset = "0x23E1180", VA = "0x1823E2780")]
|
||||
public static ActionEvent<T, U, V>operator -(ActionEvent<T, U, V> actionEvent, Action<T, U, V> action)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user