mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Turn these into extension methods
This commit is contained in:
parent
720ecede5d
commit
79b45c002b
@ -83,12 +83,12 @@ namespace NewHorizons.Builder.Props
|
||||
Initialized = true;
|
||||
}
|
||||
|
||||
public static bool IsCloaked(SignalName signalName)
|
||||
public static bool IsCloaked(this SignalName signalName)
|
||||
{
|
||||
return _cloakedSignals.Contains(signalName);
|
||||
}
|
||||
|
||||
public static bool IsOnQuantumMoon(SignalName signalName)
|
||||
public static bool IsOnQuantumMoon(this SignalName signalName)
|
||||
{
|
||||
return _qmSignals.Contains(signalName);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user