prefix property

String? prefix
getter/setter pair

Often you find yourself giving all scoreboards a prefix especially for your project. This can get very repetitive and annoying, so objD has this prefix built in.

Implementation

static String? prefix;