scripts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.SocialPlatforms
|
||||
{
|
||||
// Token: 0x0200038E RID: 910
|
||||
public enum UserScope
|
||||
{
|
||||
// Token: 0x04000C2C RID: 3116
|
||||
Global,
|
||||
// Token: 0x04000C2D RID: 3117
|
||||
FriendsOnly
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user