Struct NetworkPlayer
- Namespace
- Archipelago.MultiClient.Net.Models
- Assembly
- Archipelago.MultiClient.Net.dll
public struct NetworkPlayer
- Inherited Members
Properties
Alias
[JsonProperty("alias")]
public string Alias { get; set; }
Property Value
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Slot
[JsonProperty("slot")]
public int Slot { get; set; }
Property Value
Team
[JsonProperty("team")]
public int Team { get; set; }