Namespace Core.Network
Interfaces
- INetworkBridge
Bridge interface for network communication. Core defines this interface, Network (or any custom solution) implements it. This allows Core to remain network-agnostic while supporting multiplayer.
Implementations:
- Archon.Network.NetworkBridge (Unity Transport / Steam)
- Custom implementations for other networking solutions
- MockNetworkBridge for testing/replay