scripts
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x0200118A RID: 4490
|
||||
[Token(Token = "0x200118A")]
|
||||
[StructLayout(3, Size = 4)]
|
||||
public enum EFriendRelationship
|
||||
{
|
||||
// Token: 0x04004E5B RID: 20059
|
||||
[Token(Token = "0x4004E5B")]
|
||||
k_EFriendRelationshipNone,
|
||||
// Token: 0x04004E5C RID: 20060
|
||||
[Token(Token = "0x4004E5C")]
|
||||
k_EFriendRelationshipBlocked,
|
||||
// Token: 0x04004E5D RID: 20061
|
||||
[Token(Token = "0x4004E5D")]
|
||||
k_EFriendRelationshipRequestRecipient,
|
||||
// Token: 0x04004E5E RID: 20062
|
||||
[Token(Token = "0x4004E5E")]
|
||||
k_EFriendRelationshipFriend,
|
||||
// Token: 0x04004E5F RID: 20063
|
||||
[Token(Token = "0x4004E5F")]
|
||||
k_EFriendRelationshipRequestInitiator,
|
||||
// Token: 0x04004E60 RID: 20064
|
||||
[Token(Token = "0x4004E60")]
|
||||
k_EFriendRelationshipIgnored,
|
||||
// Token: 0x04004E61 RID: 20065
|
||||
[Token(Token = "0x4004E61")]
|
||||
k_EFriendRelationshipIgnoredFriend,
|
||||
// Token: 0x04004E62 RID: 20066
|
||||
[Token(Token = "0x4004E62")]
|
||||
k_EFriendRelationshipSuggested_DEPRECATED,
|
||||
// Token: 0x04004E63 RID: 20067
|
||||
[Token(Token = "0x4004E63")]
|
||||
k_EFriendRelationshipMax
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user