- 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/IConnection.cs
r132 r190 1 1 using System; 2 using UnityEngine; 2 3 3 4 namespace AllocsFixes.NetConnections … … 5 6 public interface IConnection 6 7 { 8 void SendLine (string line); 9 void SendLog (string text, string trace, LogType type); 10 string GetDescription (); 7 11 } 8 12 }
Note:
See TracChangeset
for help on using the changeset viewer.