C# 클래스 AssemblyCSharp.RemoteGameStateStore

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

공개 메소드들

메소드 설명
Flush ( ) : void
GetInitialGameState ( ) : GameState
RemoteGameStateStore ( BackendConnection backendConnection, object>.Dictionary initialGameState ) : System
Reset ( ) : void
SaveGameState ( string serializedState ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetInitialGameState() 공개 메소드

public GetInitialGameState ( ) : GameState
리턴 GameState

RemoteGameStateStore() 공개 메소드

public RemoteGameStateStore ( BackendConnection backendConnection, object>.Dictionary initialGameState ) : System
backendConnection BackendConnection
initialGameState object>.Dictionary
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SaveGameState() 공개 메소드

public SaveGameState ( string serializedState ) : void
serializedState string
리턴 void