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 |
Rev | Line | |
---|---|---|
[390] | 1 | namespace Examples { |
[391] | 2 | public class ModApi : IModApi { |
[390] | 3 | public void InitMod (Mod _modInstance) { |
4 | } | |
5 | } | |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.