Generic RPC

Generic RPC's will allow you to easily send any data type over the network! You can even send multiple generics

Generics in C# are awesome for creating modular and scalable systems, and we didn't want PurrNet holding you back.

This works with all RPC types such as: ServerRpc, ObserversRpC, TargetRPC. It also works with static and awaitable RPC's!

Below is a super simple example usage of generics with RPC's. It's as easy as that!

Last updated