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