Exemple #1
0
 private void UpdateCaptureCount()
 {
     CaptureCount   += 1;
     CaptureLocation = new Location(Vector3.Zero, 0f);
     IsDrawMarker    = false;
 }
Exemple #2
0
 public MissionObjectiveEnterLocation(string name, bool isShowRoute, string helpText, string subHelpText, Location location)
     : base(name, isShowRoute, helpText, subHelpText)
 {
     Location = location;
 }