Files
2026-06-04 11:42:34 +02:00

9 lines
212 B
C#

using System;
namespace UnityEngine.Networking
{
// Token: 0x02000070 RID: 112
// (Invoke) Token: 0x06000568 RID: 1384
public delegate GameObject SpawnDelegate(Vector3 position, NetworkHash128 assetId);
}