quantum-space-buddies/QuantumUNET/Messages/QSpawnDelegate.cs
2020-12-23 12:58:45 +00:00

8 lines
165 B
C#

using UnityEngine;
using UnityEngine.Networking;
namespace QuantumUNET
{
public delegate GameObject QSpawnDelegate(Vector3 position, NetworkHash128 assetId);
}