C# Class ManateesAgainstCards.States.WinnerScreen

Inheritance: Californium.State
Mostra file Open project: DatZach/HumanityAgainstCards

Public Methods

Method Description
Draw ( RenderTarget rt ) : void
WinnerScreen ( string winnerName, string blackCard, List whiteCards ) : System.Collections.Generic

Method Details

Draw() public method

public Draw ( RenderTarget rt ) : void
rt RenderTarget
return void

WinnerScreen() public method

public WinnerScreen ( string winnerName, string blackCard, List whiteCards ) : System.Collections.Generic
winnerName string
blackCard string
whiteCards List
return System.Collections.Generic