Exemple #1
0
 public PosUnitInfo(UnitInfo unit, PosInfo pos)
 {
     this.Unit = unit;
     this.Pos  = pos;
 }
Exemple #2
0
 public PosUnitInfo(PosInfo pos)
     : this(new UnitInfo(), pos)
 {
 }