Table of Contents

Interface IServerPlayers

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
public interface IServerPlayers

Properties

Max

int Max { get; set; }

Property Value

int

Online

int Online { get; set; }

Property Value

int

Sample

List<object> Sample { get; set; }

Property Value

List<object>

Methods

AddPlayer(string, Guid)

void AddPlayer(string name, Guid uuid)

Parameters

name string
uuid Guid

Clear()

void Clear()