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/IServer.cs

    r132 r190  
    11using System;
     2using UnityEngine;
    23
    34namespace AllocsFixes.NetConnections
     
    78                void Disconnect ();
    89
    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);
    1212        }
    1313}
Note: See TracChangeset for help on using the changeset viewer.