source: TFP-WebServer/CommandExtensions/src/ModApi.cs@ 446

Last change on this file since 446 was 391, checked in by alloc, 2 years ago

Major refactoring/cleanup

File size: 162 bytes
Line 
1using JetBrains.Annotations;
2
3namespace 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.