Ignore:
Timestamp:
Sep 13, 2014, 12:55:47 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/NetConnections/IConnection.cs

    r132 r190  
    11using System;
     2using UnityEngine;
    23
    34namespace AllocsFixes.NetConnections
     
    56        public interface IConnection
    67        {
     8                void SendLine (string line);
     9                void SendLog (string text, string trace, LogType type);
     10                string GetDescription ();
    711        }
    812}
Note: See TracChangeset for help on using the changeset viewer.