Ejemplo n.º 1
0
 public void assignJob(Map_Cell cell, string job, int cellNumber)
 {
     jobTarget        = cell;
     State            = job;
     astardestination = jobTarget.assignPosition(gameObject);
     destinationPoint = getClosetPoint(astardestination);
     if (job.Equals("ClaimGround"))
     {
         jobTarget.Claimer = true;
     }
 }