Final-Bomber  0.1
Bomberman/Dynablaster remake in C# using XNA.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
FBClient.Network.MovePlayerArgs Class Reference

Public Attributes

Vector2 Position = new Vector2()
 
byte Action = 0
 
int PlayerId = 0
 

Detailed Description

Definition at line 326 of file ClientMessageReceiver.cs.

Member Data Documentation

byte FBClient.Network.MovePlayerArgs.Action = 0

Definition at line 329 of file ClientMessageReceiver.cs.

int FBClient.Network.MovePlayerArgs.PlayerId = 0

Definition at line 330 of file ClientMessageReceiver.cs.

Vector2 FBClient.Network.MovePlayerArgs.Position = new Vector2()

Definition at line 328 of file ClientMessageReceiver.cs.


The documentation for this class was generated from the following file: