feat: added player id for identify user in external services

This commit is contained in:
2022-05-26 21:05:54 +04:00
parent ec65b9f305
commit 2ef1da5c90
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
using System;
using System.Diagnostics;
using System.IO;
using NLog;
+1
View File
@@ -5,6 +5,7 @@ namespace Ragon.Core
{
public class Player
{
public string Id { get; set; }
public uint PeerId { get; set; }
public string PlayerName { get; set; }
public bool IsLoaded { get; set; }