public Player() { position = new Position(0, 0); position3D = new Position3D(0, 0, 0); }
public SpiritHealer(Position3D position, Int64 guid) { this.position = position; this.guid = guid; }