Class GAFCReplaceArchon

java.lang.Object
com.fs.starfarer.api.impl.campaign.missions.academy.GAFCReplaceArchon
All Implemented Interfaces:
Script

public class GAFCReplaceArchon extends Object implements Script
  • Constructor Details

    • GAFCReplaceArchon

      public GAFCReplaceArchon()
  • Method Details

    • run

      public void run()
      Description copied from interface: Script
      An aribtrary script that can be run by the game engine. Should return quickly since it will be executed on the main thread and could otherwise hold up the game.
      Specified by:
      run in interface Script