98 lines
2.4 KiB
C#
98 lines
2.4 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace AmplitudeAnalytics
|
|
{
|
|
// Token: 0x02000A83 RID: 2691
|
|
public class AGAmplitudeAnalyticsSettings : MonoBehaviour
|
|
{
|
|
// Token: 0x060148A6 RID: 84134 RVA: 0x005C1CD4 File Offset: 0x005BFED4
|
|
public AmplitudeAnalyticsClient.Settings BKNLDDBPJJF()
|
|
{
|
|
return this.editorSettings;
|
|
}
|
|
|
|
// Token: 0x060148A7 RID: 84135 RVA: 0x005C1CDC File Offset: 0x005BFEDC
|
|
public bool AHCGDGGCDBH()
|
|
{
|
|
return this.forceEditorSettingsForDevelopers;
|
|
}
|
|
|
|
// Token: 0x060148A8 RID: 84136 RVA: 0x005C1CE4 File Offset: 0x005BFEE4
|
|
public bool MDBMOBKKACI()
|
|
{
|
|
return this.forceEditorSettingsForDevelopers;
|
|
}
|
|
|
|
// Token: 0x060148A9 RID: 84137 RVA: 0x005C1CEC File Offset: 0x005BFEEC
|
|
public bool MNADDGNOKHK()
|
|
{
|
|
return this.forceEditorSettingsForDevelopers;
|
|
}
|
|
|
|
// Token: 0x060148AA RID: 84138 RVA: 0x005C1CF4 File Offset: 0x005BFEF4
|
|
public bool GFIMCOFPDFD()
|
|
{
|
|
return this.forceEditorSettingsForDevelopers;
|
|
}
|
|
|
|
// Token: 0x060148AC RID: 84140 RVA: 0x005C1D04 File Offset: 0x005BFF04
|
|
public AmplitudeAnalyticsClient.Settings IAKBDHJENEJ()
|
|
{
|
|
return this.editorSettings;
|
|
}
|
|
|
|
// Token: 0x17000811 RID: 2065
|
|
// (get) Token: 0x060148AD RID: 84141 RVA: 0x005C1D0C File Offset: 0x005BFF0C
|
|
public AmplitudeAnalyticsClient.Settings NGKLNLCGKGD
|
|
{
|
|
get
|
|
{
|
|
return this.editorSettings;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060148AE RID: 84142 RVA: 0x005C1D14 File Offset: 0x005BFF14
|
|
public AmplitudeAnalyticsClient.Settings HAMCLNDKMDN()
|
|
{
|
|
return this.editorSettings;
|
|
}
|
|
|
|
// Token: 0x17000812 RID: 2066
|
|
// (get) Token: 0x060148AF RID: 84143 RVA: 0x005C1D1C File Offset: 0x005BFF1C
|
|
public bool AJMJPOCLLNJ
|
|
{
|
|
get
|
|
{
|
|
return this.forceEditorSettingsForDevelopers;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060148B0 RID: 84144 RVA: 0x005C1D24 File Offset: 0x005BFF24
|
|
public AmplitudeAnalyticsClient.Settings DGNBMLPLDME()
|
|
{
|
|
return this.editorSettings;
|
|
}
|
|
|
|
// Token: 0x060148B1 RID: 84145 RVA: 0x005C1D2C File Offset: 0x005BFF2C
|
|
public bool BOAIKDFOBDO()
|
|
{
|
|
return this.forceEditorSettingsForDevelopers;
|
|
}
|
|
|
|
// Token: 0x060148B2 RID: 84146 RVA: 0x005C1D34 File Offset: 0x005BFF34
|
|
public AmplitudeAnalyticsClient.Settings NANACHBCOBE()
|
|
{
|
|
return this.editorSettings;
|
|
}
|
|
|
|
// Token: 0x040038B9 RID: 14521
|
|
[SerializeField]
|
|
private AmplitudeAnalyticsClient.Settings editorSettings;
|
|
|
|
// Token: 0x040038BA RID: 14522
|
|
[SerializeField]
|
|
private bool forceEditorSettingsForDevelopers;
|
|
}
|
|
}
|