minecraft-source/src/com/mojang/realmsclient/gui/RealmsConstants.java

8 lines
158 B
Java
Raw Normal View History

2020-07-22 06:23:34 +01:00
package com.mojang.realmsclient.gui;
public class RealmsConstants {
public static int row(final int integer) {
return 40 + integer * 13;
}
}