source:
binary-improvements2/MarkersMod/API.cs@
390
Last change on this file since 390 was 390, checked in by , 2 years ago | |
---|---|
File size: 102 bytes |
Line | |
---|---|
1 | namespace Examples { |
2 | public class API : IModApi { |
3 | public void InitMod (Mod _modInstance) { |
4 | } |
5 | } |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.