Files
TheDeclineOfWarriors/Assets/FishNet/Runtime/Broadcast/IBroadcast.cs
T
2026-03-30 20:11:57 +07: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 { }
}