An R2API submodule that allows the creation of custom character teams.
R2API.Teams can be used to add your own teams to the game for more complex combat relationships.
Use TeamsAPI.RegisterTeam to add a new team, the TeamIndex of the new team is returned. Any Enum parsing/ToString of TeamIndex is redirected to the added TeamIndex for compatibility.
- Updated for Alloyed Collective.
- Added CanPickup property to TeamBehaviour for overriding if a team can pick up items/equipments off the ground.
- Initial Release.