41 lines
1.3 KiB
C#
41 lines
1.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Core.Creation;
|
|
using RecRoom.Core.Creation.Shapes;
|
|
|
|
// Token: 0x02002C38 RID: 11320
|
|
[Token(Token = "0x2002C38")]
|
|
[StructLayout(3)]
|
|
public class HDJMDODHIIJ : NNEJFIKHGDL
|
|
{
|
|
// Token: 0x06013E88 RID: 81544 RVA: 0x004C69E4 File Offset: 0x004C4BE4
|
|
[Token(Token = "0x6013E88")]
|
|
[Address(RVA = "0x102C2E0", Offset = "0x102ACE0", VA = "0x18102C2E0")]
|
|
public HDJMDODHIIJ(ShapeContainer shapeContainer, IEnumerable<Guid> shapeIds)
|
|
{
|
|
int num = 0;
|
|
base..ctor(shapeContainer, num);
|
|
Guid[] array = Enumerable.ToArray<Guid>(shapeIds);
|
|
this.KPGALHJPFCB = array;
|
|
}
|
|
|
|
// Token: 0x06013E89 RID: 81545 RVA: 0x004C6A0C File Offset: 0x004C4C0C
|
|
[Token(Token = "0x6013E89")]
|
|
[Address(RVA = "0x102C2D0", Offset = "0x102ACD0", VA = "0x18102C2D0")]
|
|
public HDJMDODHIIJ(ShapeContainer shapeContainer, ENMKBCNAGIC shapeDataCollection)
|
|
: base(shapeContainer, shapeDataCollection)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06013E8A RID: 81546 RVA: 0x004C6A24 File Offset: 0x004C4C24
|
|
[Token(Token = "0x6013E8A")]
|
|
[Address(RVA = "0x102C2A0", Offset = "0x102ACA0", VA = "0x18102C2A0", Slot = "6")]
|
|
protected override void BAMBCECJKIH(CreationContext OLFNCDHDFPF)
|
|
{
|
|
OLFNCDHDFPF.shapeCreationContext.DeleteSelectedShapes();
|
|
}
|
|
}
|