You are viewing a potentially older version of this package. View all versions.
www_Day_Dream-CessilCellsCeaChells-0.3.5 icon

CessilCellsCeaChells

Allows installed plugins to request creation of Fields, Properties, Methods, and more in Managed DLLs.

Date uploaded a month ago
Version 0.3.5
Download link www_Day_Dream-CessilCellsCeaChells-0.3.5.zip
Downloads 42516
Dependency string www_Day_Dream-CessilCellsCeaChells-0.3.5

README

CessilCellsCeaChells

Allows installed plugins to request creation of Fields, Properties, Methods, and more in Managed DLLs.

Technical Jargon

A BepInEx 5 patcher that scans all installed plugins for assembly attributes that inform us of any desired Fields, Properties, Methods, and more to inject on the /Game_Data/Managed/ DLLs.

Usage & Documentation

The wiki contains a Getting Started section as well as usages of assembly attributes.

Features

  • Injecting Private Instance Fields on any type in /Game_Data/Managed/*.dll.
  • Injecting Public Instance Properties on any type in /Game_Data/Managed/*.dll.
  • Injecting Public Methods on any type in /Game_Data/Managed/*.dll with any parameters, defaults, and/or return type.
  • Injecting Enum Entries onto any enum in an ordered fashion.

Version Compatability

BepInEx - v5.4.x

CHANGELOG

CessilCellsCeaChells - v0.3.5

Features

Misc


Full Changelog: v0.3.4...v0.3.5