C# Class fCraft.PlayerExceptions

List of included and excluded players.
Show file Open project: GlennMR/800craft Class Usage Examples

Public Properties

Property Type Description
Excluded fCraft.PlayerInfo[]
Included fCraft.PlayerInfo[]

Public Methods

Method Description
PlayerExceptions ( [ included, [ excluded ) : System

Method Details

PlayerExceptions() public method

public PlayerExceptions ( [ included, [ excluded ) : System
included [
excluded [
return System

Property Details

Excluded public property

public PlayerInfo[],fCraft Excluded
return fCraft.PlayerInfo[]

Included public property

public PlayerInfo[],fCraft Included
return fCraft.PlayerInfo[]