Loading

Paste #p3jacqznc

  1. class CompanyValue extends GSController
  2. {
  3.     companies = null;
  4.     goal_mode = null;
  5.     goal_reached = null;
  6.     goal_company = {
  7.         c_id = null,
  8.         goal_value = null,
  9.         days_taken = null
  10.     };
  11.     rankings = null;
  12.  
  13.     best_value = 1;
  14.     debug_messages = GSController.GetSetting("debug_messages");
  15.     global_list = GSList();
  16.     scp_manager = null;
  17.  
  18.     function Start();
  19.     function Save();
  20.     function Load(version, data);
  21. }

Comments