Initial HSMappy release (fork of Mappy)
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Mappy.Classes;
|
||||
|
||||
namespace Mappy.Modules;
|
||||
|
||||
public abstract class ModuleBase
|
||||
{
|
||||
public abstract bool ProcessMarker(MarkerInfo markerInfo);
|
||||
}
|
||||
Reference in New Issue
Block a user