C# Class UpdatePacket, Teamtris

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

Public Properties

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

Property Details

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[][]

type public_oe property

public int type
return int