Fetch System

In our engine we did not want to have pointers everywhere becorse it is a big chanse to become spaghetti code. so thats why i made this system to be able to fetch objects and classes with a string key.

In our prodjects we have used it to fetch enemy factorys and player class.