C# Class PlayerInputPacket, Teamtris

Inheritance: OrderedGamePacket
Show file Open project: colholt/Teamtris Class Usage Examples

Public Properties

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

Property Details

lobbyID public property

public string lobbyID
return string

move public property

public string move
return string

playerID public property

public int playerID
return int

shapeIndices public property

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