mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Make static
This commit is contained in:
parent
3694f87032
commit
6eb1209bcc
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace NewHorizons.Handlers
|
||||
{
|
||||
public class SupernovaEffectHandler
|
||||
public static class SupernovaEffectHandler
|
||||
{
|
||||
private static List<NHSupernovaPlanetEffectController> _supernovaPlanetEffectControllers = new List<NHSupernovaPlanetEffectController>();
|
||||
private static List<StarEvolutionController> _starEvolutionControllers = new List<StarEvolutionController>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user