9 lines
209 B
C#
9 lines
209 B
C#
using System;
|
|
|
|
namespace UnityEngineInternal.Input
|
|
{
|
|
// Token: 0x0200039D RID: 925
|
|
// (Invoke) Token: 0x0600365A RID: 13914
|
|
public delegate void NativeUpdateCallback(NativeInputUpdateType updateType);
|
|
}
|