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
+22
View File
@@ -0,0 +1,22 @@
using System;
namespace Steamworks
{
// Token: 0x02000901 RID: 2305
[Flags]
public enum DIGIEJHAJGL
{
// Token: 0x04003176 RID: 12662
k_EMarketingMessageFlagsNone = 0,
// Token: 0x04003177 RID: 12663
k_EMarketingMessageFlagsHighPriority = 1,
// Token: 0x04003178 RID: 12664
k_EMarketingMessageFlagsPlatformWindows = 2,
// Token: 0x04003179 RID: 12665
k_EMarketingMessageFlagsPlatformMac = 4,
// Token: 0x0400317A RID: 12666
k_EMarketingMessageFlagsPlatformLinux = 8,
// Token: 0x0400317B RID: 12667
k_EMarketingMessageFlagsPlatformRestrictions = 14
}
}