Exemplo n.º 1
0
 public FuelCell(FuelCell parent, Vector3 position) : this(parent.DisplayName, parent.Texture, position)
 {
 }
Exemplo n.º 2
0
 public FuelCell(FuelCell parent, Point3D position) : this(parent.DisplayName, parent.Texture, position)
 {
 }