Last change
on this file since 226 was 226, checked in by alloc, 10 years ago |
Scripts 76, server fixes for 11.1
|
File size:
331 bytes
|
Rev | Line | |
---|
[224] | 1 | using System;
|
---|
| 2 |
|
---|
| 3 | namespace WebInterface
|
---|
| 4 | {
|
---|
| 5 | public class API : AllocsFixes.ModAPI {
|
---|
| 6 | public override string ModName () {
|
---|
| 7 | return "AllocsWebInterface";
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | public override string ModVersion () {
|
---|
[226] | 11 | return "1.0 for A11.1";
|
---|
[224] | 12 | }
|
---|
| 13 |
|
---|
| 14 | public override void GameAwake () {
|
---|
| 15 | new AllocsFixes.NetConnections.Servers.Web.Web ();
|
---|
| 16 | }
|
---|
| 17 | }
|
---|
| 18 | }
|
---|
| 19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.