feat: added player id for identify user in external services
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using NLog;
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user