runelite-api: move WidgetType into n.r.api.widgets

This commit is contained in:
Max Weber
2018-12-08 20:37:58 -07:00
committed by Tomas Slusny
parent f3af61aefa
commit b73b5679d2
7 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package net.runelite.api;
package net.runelite.api.widgets;
public final class WidgetType
{