source: binary-improvements/AllocsCommands/API.cs@ 354

Last change on this file since 354 was 328, checked in by alloc, 6 years ago

Fixed initialization of Commands mod with A17 changes

File size: 104 bytes
Line 
1namespace AllocsFixes.CustomCommands {
2 public class API : IModApi {
3 public void InitMod () {
4 }
5 }
6}
Note: See TracBrowser for help on using the repository browser.