source:
binary-improvements2/MarkersMod/src/ModApi.cs@
391
Last change on this file since 391 was 391, checked in by , 2 years ago | |
---|---|
File size: 105 bytes |
Line | |
---|---|
1 | namespace 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.