source:
binary-improvements/7dtd-server-fixes/src/NetConnections/IConnection.cs@
224
| Last change on this file since 224 was 190, checked in by , 11 years ago | |
|---|---|
| File size: 229 bytes | |
| Rev | Line | |
|---|---|---|
| [132] | 1 | using System; |
| [190] | 2 | using UnityEngine; |
| [132] | 3 | |
| 4 | namespace AllocsFixes.NetConnections | |
| 5 | { | |
| 6 | public interface IConnection | |
| 7 | { | |
| [190] | 8 | void SendLine (string line); |
| 9 | void SendLog (string text, string trace, LogType type); | |
| 10 | string GetDescription (); | |
| [132] | 11 | } |
| 12 | } | |
| 13 |
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)