Access Public Static Values in a Class

Issue #246 new
Calem Bendell created an issue

Need to have a way to access public static values (or preferably any public value) within a class, to handle cases such as the below in message views:

if(MinuetoKeyboard.KEY_Q)

where KEY_Q is a an integer.

Comments (0)

  1. Log in to comment