/Multiplicity

Multiplicity is a strongly-typed packet framework for Terraria

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Multiplicity

Multiplicity is a low-level Terraria packet deserialization/serialization library. It understands Terraria multiplayer messages sent to and from a Terraria server, and can translate Terraria packets to and from strongly-typed objects. It is licensed under GPLv3, and is available as a NuGet package.

Multiplicity is 100% pure C# class libraries, and has no package dependencies, or build options.

Download

Multiplicity's packet engine is available from NuGet. Download it for use in your projects by installing it from your Package Manager Console:

Install-Package Multiplicity.Packets

Multiplicity network libraries are coming soon.