C# Class Auxilium.User

Afficher le fichier Open project: banksyhf/Auxilium

Méthodes publiques

Свойство Type Description
Idle bool
Name string
Rank byte

Méthodes publiques

Méthode Description
User ( string name, byte rank, bool idle ) : System

Method Details

User() public méthode

public User ( string name, byte rank, bool idle ) : System
name string
rank byte
idle bool
Résultat System

Property Details

Idle public_oe property

public bool Idle
Résultat bool

Name public_oe property

public string Name
Résultat string

Rank public_oe property

public byte Rank
Résultat byte