Replace pointer returned by ABaseModule by a reference
like the title suggests, I don't think returning a pointer is a very good idea in fact and a memory allocation failure should result in the call of a panic
function
like the title suggests, I don't think returning a pointer is a very good idea in fact and a memory allocation failure should result in the call of a panic
function