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