oh dear
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Tools
|
||||
{
|
||||
// Token: 0x02002A04 RID: 10756
|
||||
[Token(Token = "0x2002A04")]
|
||||
public class MoveableWhiteboard : MonoBehaviour
|
||||
{
|
||||
// Token: 0x0601202A RID: 73770 RVA: 0x0041C6F0 File Offset: 0x0041A8F0
|
||||
[Token(Token = "0x601202A")]
|
||||
[Address(RVA = "0x92BDD0", Offset = "0x92ABD0", VA = "0x18092BDD0")]
|
||||
private void Awake()
|
||||
{
|
||||
Tool component = base.GetComponent<Tool>();
|
||||
this.tool = component;
|
||||
int num = 0;
|
||||
if (component != num)
|
||||
{
|
||||
this.tool.KinematicOnReset = true;
|
||||
this.tool.KinematicOnSleep = true;
|
||||
this.tool.AlwaysPhysicalPickupOffCenter = true;
|
||||
this.tool.IgnorePickupDirection = true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601202B RID: 73771 RVA: 0x0041C750 File Offset: 0x0041A950
|
||||
[Token(Token = "0x601202B")]
|
||||
[Address(RVA = "0x74EA40", Offset = "0x74D840", VA = "0x18074EA40")]
|
||||
public MoveableWhiteboard()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400BA17 RID: 47639
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400BA17")]
|
||||
[SerializeField]
|
||||
[DDPIINEJFMD(JIBDPHMGEGO.Self, false, false, false)]
|
||||
private Tool tool;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user