Default constructor
Default constructor
public FieldPlayer();
Constructs a FieldPlayer
public FieldPlayer(int);
Constructs a FieldPlayer
public FieldPlayer(int,bool);
Consructs a FieldPlayer
public FieldPlayer(string,int,bool,double,double,int,Point2D);
FieldPlayer Class | TeamYaffa.CRaPI.World.GameObjects Namespace