source:
binary-improvements2/MarkersMod/src/ModApi.cs@
402
Last change on this file since 402 was 402, checked in by , 22 months ago | |
---|---|
File size: 153 bytes |
Rev | Line | |
---|---|---|
[402] | 1 | using JetBrains.Annotations; |
2 | ||
[390] | 3 | namespace Examples { |
[402] | 4 | [UsedImplicitly] |
[391] | 5 | public class ModApi : IModApi { |
[390] | 6 | public void InitMod (Mod _modInstance) { |
7 | } | |
8 | } | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.