Show / Hide Table of Contents

Interface ISyncHandlerMiddleware<TData>

Namespace: SlipeServer.Server.PacketHandling.Handlers.Middleware
Assembly: SlipeServer.Server.dll
Syntax
public interface ISyncHandlerMiddleware<TData>
Type Parameters
Name Description
TData

Methods

| Edit this page View Source

GetPlayersToSyncTo(Player, TData)

Declaration
IEnumerable<Player> GetPlayersToSyncTo(Player player, TData data)
Parameters
Type Name Description
Player player
TData data
Returns
Type Description
IEnumerable<Player>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX