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
+21
View File
@@ -0,0 +1,21 @@
using System;
namespace UnityEngine
{
// Token: 0x0200000E RID: 14
public enum ApplicationInstallMode
{
// Token: 0x0400001C RID: 28
Unknown,
// Token: 0x0400001D RID: 29
Store,
// Token: 0x0400001E RID: 30
DeveloperBuild,
// Token: 0x0400001F RID: 31
Adhoc,
// Token: 0x04000020 RID: 32
Enterprise,
// Token: 0x04000021 RID: 33
Editor
}
}