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