Files
2026-06-22 16:18:34 +02:00

7 lines
183 B
C#

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