C# Class Sanguosha.Core.Games.RoleGame

Inheritance: Game
Mostra file Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Properties

Property Type Description
RoleDeckType Sanguosha.Core.Cards.DeckType

Public Methods

Method Description
GetMaxHealth ( Player p ) : int
RoleGame ( ) : System

Protected Methods

Method Description
InitTriggers ( ) : void

Private Methods

Method Description
StartGameDeal ( Game game ) : void

Method Details

GetMaxHealth() public method

public GetMaxHealth ( Player p ) : int
p Sanguosha.Core.Players.Player
return int

InitTriggers() protected method

protected InitTriggers ( ) : void
return void

RoleGame() public method

public RoleGame ( ) : System
return System

Property Details

RoleDeckType public_oe static_oe property

public static DeckType,Sanguosha.Core.Cards RoleDeckType
return Sanguosha.Core.Cards.DeckType