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