1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-03 17:53:57 +00:00

11 lines
168 B
C#
Raw Normal View History

2020-12-04 09:29:23 +00:00
using UnityEngine.Networking;
2020-12-04 09:23:27 +00:00
2020-12-04 22:14:53 +00:00
namespace QuantumUNET
2020-12-04 09:23:27 +00:00
{
public struct QSBPeerInfoPlayer
{
public NetworkInstanceId netId;
public short playerControllerId;
}
2020-12-04 09:29:23 +00:00
}