Skip to content

Latest commit

 

History

History
 
 

README.md

R2API.Deployable - Deployable Handling and Addition.

About

R2API.Deployable is a submodule assembly for R2API that allows mod creators to add their own Deployables to the game. Deployables include things like Engineer's Mines & Turrets, Beetle Guard Allies, Loader's Pylon, Solus Probes, Etc.

Use Cases / Features

R2API.Deployable can be used for mod creators to add their own Deployables to the game, these deployables are added via the RegisterDeployableSlot method inside DeployableAPI,

Related Pages

Changelog

'1.0.1'

  • Fix the NuGet package which had a dependency on a non-existent version of R2API.Core.

'1.0.0'

  • Split from the main R2API.dll into its own submodule.