C# Class AIsOfCatan.Trade

Inheritance: ITrade
Show file Open project: rasmusgreve/catan Class Usage Examples

Public Methods

Method Description
Decline ( ) : ITrade
Respond ( List give, List take ) : ITrade
Reverse ( ) : Trade
Trade ( List give, List take ) : System

Private Methods

Method Description
DeepClone ( List list ) : List>

Method Details

Decline() public method

public Decline ( ) : ITrade
return ITrade

Respond() public method

public Respond ( List give, List take ) : ITrade
give List
take List
return ITrade

Reverse() public method

public Reverse ( ) : Trade
return Trade

Trade() public method

public Trade ( List give, List take ) : System
give List
take List
return System