api: remove devtools annotation and rename setSetting

This commit is contained in:
trimbe
2019-08-06 21:46:56 -04:00
parent e27459f1f0
commit e5ebd5a051

View File

@@ -690,8 +690,7 @@ public interface Client extends GameEngine
* @param varbit the variable
* @param value the new value
*/
@VisibleForDevtools
void setSetting(Varbits varbit, int value);
void setVarbit(Varbits varbit, int value);
/**
* Gets the value of a given variable.