Beginnings of the netcode
This commit is contained in:
8
scripts/Network/Data/PlayerData.cs
Normal file
8
scripts/Network/Data/PlayerData.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Network.Data
|
||||
{
|
||||
public struct PlayerData
|
||||
{
|
||||
public int peer_id;
|
||||
public string name;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user