Files
PrinceOfGlory/Packages/com.firstgeargames.fishnet/Runtime/Broadcast/IBroadcast.cs
2026-03-03 03:15:46 +08:00

8 lines
184 B
C#

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