scripts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user