Added interface for client information

This commit is contained in:
WickedJack99
2023-11-26 14:36:14 +01:00
parent 1616fbf7cf
commit da467104c8

View File

@@ -0,0 +1,5 @@
package connect.src;
public interface ClientInformation {
}