Renderer/src/main/java/electrosphere/game/data/item/ItemBlockData.java
austin dda20e55cc
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
implement loot drops from entities
2024-11-13 23:04:35 -05:00

10 lines
111 B
Java

package electrosphere.game.data.item;
/**
* Block data for the item
*/
public class ItemBlockData {
}