This essentially allows us to call public and static methods from all types in our non-system references. This will be changed later on to go hand-in-hand with our OO structure. As of now, we just "merge" the referenced methods with our locally declared functions.
This essentially allows us to call
public
andstatic
methods from all types in our non-system references. This will be changed later on to go hand-in-hand with our OO structure. As of now, we just "merge" the referenced methods with our locally declared functions.Contributes to #80