C# Class CastleGame.Result

Afficher le fichier Open project: somoso/psychic-dangerzone

Méthodes publiques

Méthode Description
Result ( bool result, string message ) : System
Result ( bool result, string message, Object payload ) : System

Method Details

Result() public méthode

public Result ( bool result, string message ) : System
result bool
message string
Résultat System

Result() public méthode

public Result ( bool result, string message, Object payload ) : System
result bool
message string
payload Object
Résultat System