source: binary-improvements2/MarkersMod/src/ModApi.cs@ 402

Last change on this file since 402 was 402, checked in by alloc, 22 months ago
  • Major refactoring
  • Using Utf8Json for (de)serialization
  • Moving APIs to REST
  • Removing dependencies from WebServer and MapRenderer to ServerFixes
File size: 153 bytes
Line 
1using JetBrains.Annotations;
2
3namespace Examples {
4 [UsedImplicitly]
5 public class ModApi : IModApi {
6 public void InitMod (Mod _modInstance) {
7 }
8 }
9}
Note: See TracBrowser for help on using the repository browser.