namespace Network.PacketHandling { public class Protocol { private Peer Peer; public Protocol(Peer peer) { Peer = peer; } } }