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;
namespace RecRoom.AGUI.Expresso
{
// Token: 0x02001006 RID: 4102
[Serializable]
public class ActivitySpecificExpressoButtonConfigs
{
// Token: 0x04005986 RID: 22918
public string name;
// Token: 0x04005987 RID: 22919
public PGOPAPIFECA activity;
// Token: 0x04005988 RID: 22920
public ExpressoButtonConfig[] buttonConfigs;
}
}