12345678910111213141516
package eu.ha3.matmos.game.mod; import eu.ha3.matmos.game.system.MAtMod; import eu.ha3.mc.haddon.litemod.TempLiteKey; /* --filenotes-placeholder */ public class LiteModMAtmos extends TempLiteKey { public LiteModMAtmos() { super(new MAtMod()); } }