Can now somewhat reliably join a party
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace Aurora.Models
|
||||
{
|
||||
public class PartyMember
|
||||
{
|
||||
public PartyMember()
|
||||
{
|
||||
}
|
||||
|
||||
public string Username { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string IpAddress { get; set; }
|
||||
public string Port { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user