source:
binary-improvements/AllocsCommands/API.cs@
226
| Last change on this file since 226 was 226, checked in by , 11 years ago | |
|---|---|
| File size: 232 bytes | |
| Line | |
|---|---|
| 1 | using System; |
| 2 | |
| 3 | namespace 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.0 for A11.1"; |
| 12 | } |
| 13 | } |
| 14 | } |
| 15 |
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)