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

Last change on this file since 391 was 391, checked in by alloc, 2 years ago

Major refactoring/cleanup

File size: 105 bytes
Line 
1namespace Examples {
2 public class ModApi : IModApi {
3 public void InitMod (Mod _modInstance) {
4 }
5 }
6}
Note: See TracBrowser for help on using the repository browser.