C# 클래스 Network.UserManager

상속: IPacketManager
파일 보기 프로젝트 열기: osROSE/UnityRose

공개 메소드들

메소드 설명
Convert ( int operation, string packet ) : object
UserManager ( ) : System
handlePacket ( int operation, string packet ) : void
registerCallback ( UserOperation operation, Action callback ) : void
registerCallback ( int operation, Action callback ) : void

메소드 상세

Convert() 공개 메소드

public Convert ( int operation, string packet ) : object
operation int
packet string
리턴 object

UserManager() 공개 메소드

public UserManager ( ) : System
리턴 System

handlePacket() 공개 메소드

public handlePacket ( int operation, string packet ) : void
operation int
packet string
리턴 void

registerCallback() 공개 메소드

public registerCallback ( UserOperation operation, Action callback ) : void
operation UserOperation
callback Action
리턴 void

registerCallback() 공개 메소드

public registerCallback ( int operation, Action callback ) : void
operation int
callback Action
리턴 void