2020-12-23 12:58:45 +00:00
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
2021-12-03 03:17:28 +00:00
|
|
|
|
namespace QuantumUNET.Messages
|
2020-12-23 12:58:45 +00:00
|
|
|
|
{
|
2021-10-13 17:09:16 +00:00
|
|
|
|
public delegate GameObject QSpawnDelegate(Vector3 position, int assetId);
|
2020-12-23 12:58:45 +00:00
|
|
|
|
}
|