C# Class AIsOfCatan.Log.AcceptTradeLogEvent

Inheritance: LogEvent
Show file Open project: rasmusgreve/catan

Public Methods

Method Description
AcceptTradeLogEvent ( int player, int otherplayer, List give, List take ) : System
ToString ( ) : string

Method Details

AcceptTradeLogEvent() public method

public AcceptTradeLogEvent ( int player, int otherplayer, List give, List take ) : System
player int
otherplayer int
give List
take List
return System

ToString() public method

public ToString ( ) : string
return string