quantum-space-buddies/QuantumUNET/Messages/QSpawnDelegate.cs

8 lines
165 B
C#
Raw Normal View History

2020-12-23 12:58:45 +00:00
using UnityEngine;
using UnityEngine.Networking;
namespace QuantumUNET
{
public delegate GameObject QSpawnDelegate(Vector3 position, NetworkHash128 assetId);
}