C# Class Auxilium.User

Datei anzeigen Open project: banksyhf/Auxilium

Public Properties

Property Type Description
Idle bool
Name string
Rank byte

Public Methods

Method Description
User ( string name, byte rank, bool idle ) : System

Method Details

User() public method

public User ( string name, byte rank, bool idle ) : System
name string
rank byte
idle bool
return System

Property Details

Idle public_oe property

public bool Idle
return bool

Name public_oe property

public string Name
return string

Rank public_oe property

public byte Rank
return byte