Introduction
When developing plugins in RPGMaker MV (RMMV), there are two things I tend to use often. Those two things would be arrays, and objects. Objects are the focus of today’s post. In RMMV, objects are used for a couple purposes: namespacing, holding data, being used as a class. All of...