Initial HSMappy release (fork of Mappy)
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Mappy.Classes;
|
||||
|
||||
namespace Mappy.Modules;
|
||||
|
||||
public class StellarModule : ModuleBase
|
||||
{
|
||||
public override bool ProcessMarker(MarkerInfo markerInfo)
|
||||
{
|
||||
if (markerInfo.MarkerType is not MarkerType.Stellar) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user