quantum-space-buddies/QuantumUNET/Messages/QSpawnDelegate.cs
2021-10-13 18:09:16 +01:00

8 lines
154 B
C#

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