LANCommander/LANCommander.SDK/Rpc/Interfaces/Server/IRpcHub.Base.cs

10 lines
No EOL
230 B
C#

namespace LANCommander.SDK.Rpc.Server;
/// <summary>
/// This is the base for the app hub interface
/// It should probably be left blank unless there's global functionality
/// </summary>
public partial interface IRpcHub
{
}