1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-19 21:40:18 +00:00

7 lines
118 B
C#
Raw Normal View History

2021-12-02 19:17:28 -08:00
using UnityEngine;
namespace QuantumUNET.Messages
{
public delegate void QUnSpawnDelegate(GameObject spawned);
}