Skip to content

Commit 542cd2f

Browse files
committed
cleanup
1 parent 2f892ef commit 542cd2f

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Main.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

MapComponentInjector.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)