Exemplo n.º 1
0
 //public PlatoonBehaviour target;
 public TransporterWaypoint(PlatoonBehaviour p, PlatoonBehaviour.TransporterModule m) : base(p)
 {
     module = m;
 }
Exemplo n.º 2
0
 public void setTransport(PlatoonBehaviour.TransporterModule transport)
 {
     newWaypoint.transporterWaypoint = transport.newWaypoint;
 }