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; }
|
||||
|
||||
@@ -27,6 +27,7 @@ Ragon is fully free high perfomance room based game server with plugin based arc
|
||||
|
||||
### Roadmap:
|
||||
- Allow customize matchmaking
|
||||
- Refactoring some moments(a lot duplications of code, etc...)
|
||||
- Use native memory
|
||||
- Reduce allocations
|
||||
- Dashboard for monitoring entities and players in realtime
|
||||
|
||||
Reference in New Issue
Block a user