C# 클래스 AssemblyCSharp.BackendUpdateTask

상속: AbstractBackendTask
파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 메소드들

메소드 설명
BackendUpdateTask ( string serializedGameState, bool closeOnError = true ) : System.Collections

보호된 메소드들

메소드 설명
DoExecuteCoroutine ( TaskExecutionContext context, BackendConnection connection ) : IEnumerator

메소드 상세

BackendUpdateTask() 공개 메소드

public BackendUpdateTask ( string serializedGameState, bool closeOnError = true ) : System.Collections
serializedGameState string
closeOnError bool
리턴 System.Collections

DoExecuteCoroutine() 보호된 메소드

protected DoExecuteCoroutine ( TaskExecutionContext context, BackendConnection connection ) : IEnumerator
context TaskExecutionContext
connection BackendConnection
리턴 IEnumerator