Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 732 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 732 Bytes

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.