C# Class Mahjong.Control.CheckUser

Datei anzeigen Open project: Superbil/mahjong Class Usage Examples

Public Properties

Property Type Description
Brand Brand
Chow bool
DarkKong bool
Kong bool
Pass bool
Pong bool
Win bool

Public Methods

Method Description
CheckUser ( bool chow, bool pong, bool kong, bool darkkong, bool win, bool pass, Brand brand ) : System

Method Details

CheckUser() public method

public CheckUser ( bool chow, bool pong, bool kong, bool darkkong, bool win, bool pass, Brand brand ) : System
chow bool
pong bool
kong bool
darkkong bool
win bool
pass bool
brand Brand
return System

Property Details

Brand public_oe property

public Brand Brand
return Brand

Chow public_oe property

�Y
public bool Chow
return bool

DarkKong public_oe property

�t�b
public bool DarkKong
return bool

Kong public_oe property

�b
public bool Kong
return bool

Pass public_oe property

�L��
public bool Pass
return bool

Pong public_oe property

�I
public bool Pong
return bool

Win public_oe property

�J
public bool Win
return bool