beautified

This commit is contained in:
UnrealValentin
2021-04-11 23:10:00 +02:00

View File

@@ -9,6 +9,7 @@ import org.hmcore.registration.ObjectInfo;
* @param <I> Object that contains information about the object. Like the texture. * @param <I> Object that contains information about the object. Like the texture.
*/ */
public abstract class Module<T, I extends ObjectInfo> { public abstract class Module<T, I extends ObjectInfo> {
// //
// For registering Objects to Module and getting them // For registering Objects to Module and getting them
// Made for mods to call them // Made for mods to call them