C# 클래스 CastleGame.Result

파일 보기 프로젝트 열기: somoso/psychic-dangerzone

공개 메소드들

메소드 설명
Result ( bool result, string message ) : System
Result ( bool result, string message, Object payload ) : System

메소드 상세

Result() 공개 메소드

public Result ( bool result, string message ) : System
result bool
message string
리턴 System

Result() 공개 메소드

public Result ( bool result, string message, Object payload ) : System
result bool
message string
payload Object
리턴 System