C# Class PlayerInputPacket, Teamtris

Inheritance: OrderedGamePacket
显示文件 Open project: colholt/Teamtris Class Usage Examples

Public Properties

Property Type Description
lobbyID string
move string
playerID int
shapeIndices int[][]

Property Details

lobbyID public_oe property

public string lobbyID
return string

move public_oe property

public string move
return string

playerID public_oe property

public int playerID
return int

shapeIndices public_oe property

public int[][] shapeIndices
return int[][]