C# Class OpenRA.Chat.ChatUser

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
IsOp bool
IsVoiced bool
Name string

Méthodes publiques

Méthode Description
ChatUser ( string name, bool isOp, bool isVoice ) : System

Method Details

ChatUser() public méthode

public ChatUser ( string name, bool isOp, bool isVoice ) : System
name string
isOp bool
isVoice bool
Résultat System

Property Details

IsOp public_oe property

public bool IsOp
Résultat bool

IsVoiced public_oe property

public bool IsVoiced
Résultat bool

Name public_oe property

public string Name
Résultat string