C# 클래스 PlayerInputPacket, Teamtris

상속: OrderedGamePacket
파일 보기 프로젝트 열기: colholt/Teamtris 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lobbyID string
move string
playerID int
shapeIndices int[][]

프로퍼티 상세

lobbyID 공개적으로 프로퍼티

public string lobbyID
리턴 string

move 공개적으로 프로퍼티

public string move
리턴 string

playerID 공개적으로 프로퍼티

public int playerID
리턴 int

shapeIndices 공개적으로 프로퍼티

public int[][] shapeIndices
리턴 int[][]