All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.yildizgames.module.coordinates.Block Maven / Gradle / Ivy

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