C# Class AIsOfCatan.Log.PlayMonopolyLogEvent

Inheritance: LogEvent
Show file Open project: rasmusgreve/catan

Public Methods

Method Description
PlayMonopolyLogEvent ( int player, Resource res, int cardsGained ) : System
ToString ( ) : string

Method Details

PlayMonopolyLogEvent() public method

public PlayMonopolyLogEvent ( int player, Resource res, int cardsGained ) : System
player int
res Resource
cardsGained int
return System

ToString() public method

public ToString ( ) : string
return string