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

Last change on this file since 228 was 228, checked in by alloc, 10 years ago

Scripts 78, fixes for A11.2

File size: 232 bytes
Line 
1using System;
2
3namespace AllocsCommands
4{
5 public class API : AllocsFixes.ModAPI {
6 public override string ModName () {
7 return "AllocsCommands";
8 }
9
10 public override string ModVersion () {
11 return "1.2 for A11.2";
12 }
13 }
14}
15
Note: See TracBrowser for help on using the repository browser.