C# Class AIsOfCatan.Log.TradeBankLogEvent

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

Méthodes publiques

Méthode Description
ToString ( ) : string
TradeBankLogEvent ( int player, Resource payment, int price, Resource purchase ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TradeBankLogEvent() public méthode

public TradeBankLogEvent ( int player, Resource payment, int price, Resource purchase ) : System
player int
payment Resource
price int
purchase Resource
Résultat System