Fixed player screen

This commit is contained in:
Garrett
2023-08-25 15:30:59 -05:00
parent b470ca8a36
commit 5fc3c34c1c
3 changed files with 149 additions and 14 deletions

View File

@@ -42,6 +42,9 @@ namespace SeamlessClient.Messages
[ProtoMember(4)] public int OnServer;
public string ServerName;
public OnlinePlayer(string PlayerName, ulong SteamID, long IdentityID, int OnServer)
{
this.PlayerName = PlayerName;