Matt C.
Well-known member
When building my discord widget add-on, I noticed that in the _data folder, every data type is included. For example, it includes bb_codes.xml and the contents of that file are:
Is it necessary to include every single data type, even when they aren't in use? Thank you.
XML:
<?xml version="1.0" encoding="UTF-8"?>
<bb_codes/>
Is it necessary to include every single data type, even when they aren't in use? Thank you.