mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-16 14:15:10 +01:00
Huge code cleanup, Architectury & Watermedia
- A huge cleanup of the codebase - Make use of the Architectury build system - Replaced VideoLib with WATERMeDIA (More features, better stability, multiplatform support)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package eu.midnightdust.picturesign.util;
|
||||
|
||||
public record PictureInfo(String url, long start, long end, int volume) {
|
||||
}
|
||||
Reference in New Issue
Block a user