C# Class Mahjong.Control.CheckUser

Show file 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 property

public Brand Brand
return Brand

Chow public property

�Y
public bool Chow
return bool

DarkKong public property

�t�b
public bool DarkKong
return bool

Kong public property

�b
public bool Kong
return bool

Pass public property

�L��
public bool Pass
return bool

Pong public property

�I
public bool Pong
return bool

Win public property

�J
public bool Win
return bool