mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-03 02:12:20 +00:00
3f6bb4a0e6
BungeeCord still has problems, bad API, not my fault technically. still need to fix though
6 lines
87 B
Java
6 lines
87 B
Java
package dev.brighten.antivpn.utils;
|
|
|
|
public record Tuple<F, S>(F first, S second) {
|
|
|
|
}
|