Make static

This commit is contained in:
Noah Pilarski 2022-08-18 08:41:05 -04:00
parent 3694f87032
commit 6eb1209bcc

View File

@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace NewHorizons.Handlers namespace NewHorizons.Handlers
{ {
public class SupernovaEffectHandler public static class SupernovaEffectHandler
{ {
private static List<NHSupernovaPlanetEffectController> _supernovaPlanetEffectControllers = new List<NHSupernovaPlanetEffectController>(); private static List<NHSupernovaPlanetEffectController> _supernovaPlanetEffectControllers = new List<NHSupernovaPlanetEffectController>();
private static List<StarEvolutionController> _starEvolutionControllers = new List<StarEvolutionController>(); private static List<StarEvolutionController> _starEvolutionControllers = new List<StarEvolutionController>();