be.yildizgames.module.coordinates.Block Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of module-window Show documentation
Show all versions of module-window Show documentation
Window module to wrap graphic engine and handle inputs.
The newest version!
/*
Copyright (C) Grégory Van den Borre - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Written by Grégory Van den Borre 2023
*/
package be.yildizgames.module.coordinates;
public record Block (int left, int top, int width, int height) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy