- Moved ReflectUtils to reflections package
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (C) 2025 UnlegitDqrk - All Rights Reserved
|
||||
*
|
||||
* You are unauthorized to remove this copyright.
|
||||
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
|
||||
* See LICENSE-File if exists
|
||||
*/
|
||||
|
||||
package dev.unlegitdqrk.unlegitlibrary.window;
|
||||
|
||||
public class Window {
|
||||
WinUser.WNDCLASSEX wndClass = new WinUser.WNDCLASSEX();
|
||||
|
||||
public Window(String tile, int x, int y, int width, int height) {
|
||||
WinUs
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user