public PosUnitInfo(UnitInfo unit, PosInfo pos) { this.Unit = unit; this.Pos = pos; }
public PosUnitInfo(PosInfo pos) : this(new UnitInfo(), pos) { }