Package eu.ha3.matmos.game.mod

Source Code of eu.ha3.matmos.game.mod.LiteModMAtmos

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());
  }
}
TOP

Related Classes of eu.ha3.matmos.game.mod.LiteModMAtmos

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.