oh dear
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020017A9 RID: 6057
|
||||
[Token(Token = "0x20017A9")]
|
||||
public enum EFriendRelationship
|
||||
{
|
||||
// Token: 0x04005E36 RID: 24118
|
||||
[Token(Token = "0x4005E36")]
|
||||
k_EFriendRelationshipNone,
|
||||
// Token: 0x04005E37 RID: 24119
|
||||
[Token(Token = "0x4005E37")]
|
||||
k_EFriendRelationshipBlocked,
|
||||
// Token: 0x04005E38 RID: 24120
|
||||
[Token(Token = "0x4005E38")]
|
||||
k_EFriendRelationshipRequestRecipient,
|
||||
// Token: 0x04005E39 RID: 24121
|
||||
[Token(Token = "0x4005E39")]
|
||||
k_EFriendRelationshipFriend,
|
||||
// Token: 0x04005E3A RID: 24122
|
||||
[Token(Token = "0x4005E3A")]
|
||||
k_EFriendRelationshipRequestInitiator,
|
||||
// Token: 0x04005E3B RID: 24123
|
||||
[Token(Token = "0x4005E3B")]
|
||||
k_EFriendRelationshipIgnored,
|
||||
// Token: 0x04005E3C RID: 24124
|
||||
[Token(Token = "0x4005E3C")]
|
||||
k_EFriendRelationshipIgnoredFriend,
|
||||
// Token: 0x04005E3D RID: 24125
|
||||
[Token(Token = "0x4005E3D")]
|
||||
k_EFriendRelationshipSuggested_DEPRECATED,
|
||||
// Token: 0x04005E3E RID: 24126
|
||||
[Token(Token = "0x4005E3E")]
|
||||
k_EFriendRelationshipMax
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user