source:
binary-improvements/7dtd-server-fixes/src/NetConnections/IServer.cs@
188
| Last change on this file since 188 was 132, checked in by , 11 years ago | |
|---|---|
| File size: 212 bytes | |
| Line | |
|---|---|
| 1 | using System; |
| 2 | |
| 3 | namespace AllocsFixes.NetConnections |
| 4 | { |
| 5 | public interface IServer |
| 6 | { |
| 7 | void Disconnect (); |
| 8 | |
| 9 | void WriteToClient (string line); |
| 10 | |
| 11 | void WriteToClient_Single (string line, IConnection client); |
| 12 | } |
| 13 | } |
| 14 |
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)