using UnityEngine; namespace SamSWAT.TimeWeatherChanger { public class Program { public static GameObject Hook; public static void Main(string[] args) { Debug.LogError("SamSWAT - Time and Weather Changer loaded"); Hook = new GameObject(); Hook.AddComponent(); Object.DontDestroyOnLoad(Hook); } } }