Currently, it's impossible to mod class ObjectTyped, however, it can be very useful because of many stuff inherit class ObjectTyped so we can add variables and functions to it. It has nothing inside it tho.
class ObjectTyped extends Object { };
Currently, it's impossible to mod class ObjectTyped, however, it can be very useful because of many stuff inherit class ObjectTyped so we can add variables and functions to it. It has nothing inside it tho.
class ObjectTyped extends Object { };
modded class ObjectTyped extends Object { }