source:
binary-improvements2/CommandExtensions/src/ModApi.cs@
409
| Last change on this file since 409 was 391, checked in by , 3 years ago | |
|---|---|
| File size: 162 bytes | |
| Line | |
|---|---|
| 1 | using JetBrains.Annotations; |
| 2 | |
| 3 | namespace CommandExtensions { |
| 4 | [UsedImplicitly] |
| 5 | public class ModApi : IModApi { |
| 6 | public void InitMod (Mod _modInstance) { |
| 7 | } |
| 8 | } |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)