namespace FishNet.Broadcast { /// /// Include this interface on types intended to be used with Broadcast. /// public interface IBroadcast { } }