/**
* Author: OnixNine
* Ес че Коменты не иишные а для понимания что в коде происходит
*/
public class MusicBar extends AbstractHudElement {
public MusicBar() {
super("MusicBar", 394, 4, 165, 16, true);
}
@Override
public void drawDraggable(DrawContext context, int...
Просмотры: 1,658
Ответы: 18