scripts
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
// Token: 0x02000462 RID: 1122
|
||||
internal static class ScrollWaitDefinitions
|
||||
{
|
||||
// Token: 0x04001146 RID: 4422
|
||||
public const int firstWait = 250;
|
||||
|
||||
// Token: 0x04001147 RID: 4423
|
||||
public const int regularWait = 30;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user