C# Class ctac.DecksMediator

Inheritance: strange.extensions.mediation.impl.Mediator
Mostrar archivo Open project: dshook/centauri-tac

Private Properties

Property Type Description
GetOpponentCards List
GetPlayerCards List
onDeckSpawned void
onShuffleToDeck void
onTurnEnded void
updateDecks void

Public Methods

Method Description
OnRegister ( ) : void
onRemove ( ) : void

Private Methods

Method Description
GetOpponentCards ( ) : List
GetPlayerCards ( ) : List
onDeckSpawned ( SpawnDeckModel deck ) : void
onShuffleToDeck ( CardModel card ) : void
onTurnEnded ( GameTurnModel turns ) : void
updateDecks ( ) : void

Method Details

OnRegister() public method

public OnRegister ( ) : void
return void

onRemove() public method

public onRemove ( ) : void
return void