C# 클래스 UpdatePacket, Teamtris

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

공개 프로퍼티들

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

프로퍼티 상세

move 공개적으로 프로퍼티

public string move
리턴 string

playerID 공개적으로 프로퍼티

public int playerID
리턴 int

shapeIndices 공개적으로 프로퍼티

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

type 공개적으로 프로퍼티

public int type
리턴 int