C# Class OpenRA.Chat.ChatUser

Mostra file Open project: pchote/OpenRA

Public Properties

Property Type Description
IsOp bool
IsVoiced bool
Name string

Public Methods

Method Description
ChatUser ( string name, bool isOp, bool isVoice ) : System

Method Details

ChatUser() public method

public ChatUser ( string name, bool isOp, bool isVoice ) : System
name string
isOp bool
isVoice bool
return System

Property Details

IsOp public_oe property

public bool IsOp
return bool

IsVoiced public_oe property

public bool IsVoiced
return bool

Name public_oe property

public string Name
return string