scripts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.Events
|
||||
{
|
||||
// Token: 0x02000487 RID: 1159
|
||||
// (Invoke) Token: 0x060039FF RID: 14847
|
||||
public delegate void UnityAction<T0, T1, T2>(T0 arg0, T1 arg1, T2 arg2);
|
||||
}
|
||||
Reference in New Issue
Block a user