C# 클래스 DeveloperConsole.UnitTests.Fakes.FakeDeveloperConsole

상속: IDeveloperConsole
파일 보기 프로젝트 열기: Dakota628/GTAVDeveloperConsole 1 사용 예제들

공개 메소드들

메소드 설명
PrintDebug ( string s ) : void
PrintError ( string s ) : void

메소드 상세

PrintDebug() 공개 메소드

public PrintDebug ( string s ) : void
s string
리턴 void

PrintError() 공개 메소드

public PrintError ( string s ) : void
s string
리턴 void