This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
using RecRoom.Avatars.Outfit;
using RecRoom.EditorUtils;
namespace RecRoom.Avatars.Data.Editor
{
// Token: 0x020023E9 RID: 9193
[Token(Token = "0x20023E9")]
[Serializable]
public class EditorAvatarOutfitPrefabReference : EditorPrefabReference<OutfitPrefab>
{
// Token: 0x0600ED4C RID: 60748 RVA: 0x0036A3E4 File Offset: 0x003685E4
[Token(Token = "0x600ED4C")]
[Address(RVA = "0x11D69E0", Offset = "0x11D57E0", VA = "0x1811D69E0")]
public EditorAvatarOutfitPrefabReference()
{
}
}
}