C# Class UpdatePacket, Teamtris

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

Public Properties

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

Property Details

move public property

public string move
return string

playerID public property

public int playerID
return int

shapeIndices public property

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

type public property

public int type
return int