Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
10 lines
111 B
Java
10 lines
111 B
Java
package electrosphere.game.data.item;
|
|
|
|
/**
|
|
* Block data for the item
|
|
*/
|
|
public class ItemBlockData {
|
|
|
|
|
|
}
|