source:
binary-improvements/7dtd-server-fixes/src/NetConnections/IServer.cs@
216
Last change on this file since 216 was 190, checked in by , 10 years ago | |
---|---|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[132] | 1 | using System; |
[190] | 2 | using UnityEngine; |
[132] | 3 | |
4 | namespace AllocsFixes.NetConnections | |
5 | { | |
6 | public interface IServer | |
7 | { | |
8 | void Disconnect (); | |
9 | ||
[190] | 10 | void SendLine (string line); |
11 | void SendLog (string text, string trace, LogType type); | |
[132] | 12 | } |
13 | } | |
14 |
Note:
See TracBrowser
for help on using the repository browser.