mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-08 09:41:07 +00:00
10 lines
112 B
C#
10 lines
112 B
C#
namespace QSB.QuantumUNET
|
|
{
|
|
struct QSBCRCMessageEntry
|
|
{
|
|
public string name;
|
|
|
|
public byte channel;
|
|
}
|
|
}
|