deus-ex-randomizer icon indicating copy to clipboard operation
deus-ex-randomizer copied to clipboard

Move InformationDevices functionalty to static functions

Open tunbridgep opened this issue 4 months ago • 2 comments

Currently, the mod creates "InformationDevices" for each object - datacubes, etc.

However, other mods (GMDX AE) do things to the DataCube class directly.

This sort of "multiple-inheritance" should be possible by inheriting DataCube (using a DXRDataCube class??) and calling the static functions.

tunbridgep avatar Aug 28 '25 05:08 tunbridgep