scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.SocialPlatforms
|
||||
{
|
||||
// Token: 0x0200038F RID: 911
|
||||
public enum TimeScope
|
||||
{
|
||||
// Token: 0x04000C2F RID: 3119
|
||||
Today,
|
||||
// Token: 0x04000C30 RID: 3120
|
||||
Week,
|
||||
// Token: 0x04000C31 RID: 3121
|
||||
AllTime
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user