sharp-chat/SharpChat/IPacketTarget.cs

6 lines
105 B
C#

namespace SharpChat {
public interface IPacketTarget {
string TargetName { get; }
}
}