File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ namespace TechAdvancing
88{
99
1010 [ StaticConstructorOnStartup ]
11- public class Injector_GHXXTechAdvancing
11+ public class TechAdvancingStartupClass
1212 {
13- static Injector_GHXXTechAdvancing ( ) // Initialize the mod
13+ static TechAdvancingStartupClass ( ) // Initialize the mod
1414 {
15- GameObject initializer = new GameObject ( "GHXXTAMapComponentInjector " ) ;
15+ GameObject initializer = new GameObject ( "TechAdvancingStartupObject " ) ;
1616
1717 initializer . AddComponent < MapComponentInjector > ( ) ;
1818 UnityEngine . Object . DontDestroyOnLoad ( initializer ) ;
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ namespace TechAdvancing
77{
88 class MapComponentInjector : MonoBehaviour
99 {
10- private static Type TA_Storage = typeof ( MapCompSaveHandler ) ;
11-
1210 public void FixedUpdate ( )
1311 {
1412 if ( Current . ProgramState != ProgramState . Playing )
You can’t perform that action at this time.
0 commit comments