com.github.nighttripperid.gamestate.Bundle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LittleEngine Show documentation
Show all versions of LittleEngine Show documentation
LittleEngine, a Lightweight Java Game Engine to be pulled in as Maven dependency
The newest version!
package com.github.nighttripperid.gamestate;
/**
* Object representing a bundle of primitive and complex objexts. Values are stored in lazily instantiated HashMaps.
*
*/
public final class Bundle extends HashMaps {
}