- Timestamp:
- Sep 13, 2014, 12:55:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/NetConnections/IServer.cs
r132 r190 1 1 using System; 2 using UnityEngine; 2 3 3 4 namespace AllocsFixes.NetConnections … … 7 8 void Disconnect (); 8 9 9 void WriteToClient (string line); 10 11 void WriteToClient_Single (string line, IConnection client); 10 void SendLine (string line); 11 void SendLog (string text, string trace, LogType type); 12 12 } 13 13 }
Note:
See TracChangeset
for help on using the changeset viewer.