This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using UnityEngine.StyleSheets;
namespace UnityEngine.Experimental.UIElements.StyleSheets
{
// Token: 0x0200036E RID: 878
internal struct CustomProperty
{
// Token: 0x04000B8F RID: 2959
public int specificity;
// Token: 0x04000B90 RID: 2960
public StyleValueHandle handle;
// Token: 0x04000B91 RID: 2961
public StyleSheet data;
}
}