C# Class AIsOfCatan.Log.AcceptTradeLogEvent

Inheritance: LogEvent
Afficher le fichier Open project: rasmusgreve/catan

Méthodes publiques

Méthode Description
AcceptTradeLogEvent ( int player, int otherplayer, List give, List take ) : System
ToString ( ) : string

Method Details

AcceptTradeLogEvent() public méthode

public AcceptTradeLogEvent ( int player, int otherplayer, List give, List take ) : System
player int
otherplayer int
give List
take List
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string