Beginning stages for party executors
This commit is contained in:
16
Aurora/Backend/Models/PartyMember.cs
Normal file
16
Aurora/Backend/Models/PartyMember.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Aurora.Backend.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