I am currently trying to make the code for my item sack program. There are 3 structs, with the actual sack prog managing all item manipulaiton. Would it be better(or faster) to make it internally, or make it into a plugin? I already have the form of it in C++.