source:
binary-improvements/7dtd-server-fixes/src/NetConnections/IConnection.cs@
158
Last change on this file since 158 was 132, checked in by , 10 years ago | |
---|---|
File size: 93 bytes |
Rev | Line | |
---|---|---|
[132] | 1 | using System; |
2 | ||
3 | namespace AllocsFixes.NetConnections | |
4 | { | |
5 | public interface IConnection | |
6 | { | |
7 | } | |
8 | } | |
9 |
Note:
See TracBrowser
for help on using the repository browser.