Exemplo n.º 1
0
	public PlayerInfo ()
	{
		this.lastVessel = null;
		this.lastPosition = Vector2.zero;
		this.username = null;
		this.password = null;
	}
Exemplo n.º 2
0
 public AdjacentTiles(ServerVessel vessel, Vec2i start)
 {
     this.vessel = vessel;
     Reset(start);
 }
Exemplo n.º 3
0
 public AdjacentTiles(ServerVessel vessel)
 {
     this.vessel = vessel;
 }