mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-13 04:45:10 +01:00
- A huge cleanup of the codebase - Make use of the Architectury build system - Replaced VideoLib with WATERMeDIA (More features, better stability, multiplatform support)
5 lines
119 B
Java
5 lines
119 B
Java
package eu.midnightdust.picturesign.util;
|
|
|
|
public record PictureInfo(String url, long start, long end, int volume) {
|
|
}
|