Метод | Описание | |
---|---|---|
PlaceHeroEventArgs ( int playerId, int x, int y ) : System.Diagnostics.Contracts | ||
PlaceHeroEventArgs ( string stringArgs ) : System.Diagnostics.Contracts | ||
PopulateWithArgs ( string stringArgs ) : void | ||
ToString ( ) : string |
public PlaceHeroEventArgs ( int playerId, int x, int y ) : System.Diagnostics.Contracts | ||
playerId | int | |
x | int | |
y | int | |
Результат | System.Diagnostics.Contracts |
public PlaceHeroEventArgs ( string stringArgs ) : System.Diagnostics.Contracts | ||
stringArgs | string | |
Результат | System.Diagnostics.Contracts |
public PopulateWithArgs ( string stringArgs ) : void | ||
stringArgs | string | |
Результат | void |