Table of Contents

Interface IServerComponent

Namespace
FishMMO.Server.Core
Assembly
FishMMO.Server.dll

Base marker interface for all server components (behaviours, data containers, etc.). Use this when declaring engine-agnostic component interfaces so the implementation registry can discover and register components by their interface types.

public interface IServerComponent