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
+17
View File
@@ -0,0 +1,17 @@
using System;
namespace Steamworks
{
// Token: 0x020008DA RID: 2266
public enum MBCINOOKAKD
{
// Token: 0x04002FD5 RID: 12245
k_EWorkshopVoteUnvoted,
// Token: 0x04002FD6 RID: 12246
k_EWorkshopVoteFor,
// Token: 0x04002FD7 RID: 12247
k_EWorkshopVoteAgainst,
// Token: 0x04002FD8 RID: 12248
k_EWorkshopVoteLater
}
}