scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
// Token: 0x02000683 RID: 1667
|
||||
[Token(Token = "0x2000683")]
|
||||
[ExecuteInEditMode]
|
||||
[StructLayout(3)]
|
||||
public class TabButtonPanelSpacer : UIBehaviour
|
||||
{
|
||||
// Token: 0x06003001 RID: 12289 RVA: 0x000C71F8 File Offset: 0x000C53F8
|
||||
[Token(Token = "0x6003001")]
|
||||
[Address(RVA = "0x13AE120", Offset = "0x13ACB20", VA = "0x1813AE120")]
|
||||
private void Update()
|
||||
{
|
||||
int siblingIndex = base.transform.GetSiblingIndex();
|
||||
int childCount = base.transform.parent.childCount;
|
||||
base.transform.SetAsLastSibling();
|
||||
}
|
||||
|
||||
// Token: 0x06003002 RID: 12290 RVA: 0x000C723C File Offset: 0x000C543C
|
||||
[Token(Token = "0x6003002")]
|
||||
[Address(RVA = "0x6A4030", Offset = "0x6A2A30", VA = "0x1806A4030")]
|
||||
public TabButtonPanelSpacer()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user