initial commit

This commit is contained in:
2026-05-26 00:12:22 -05:00
commit 8a4f5e4aaa
20 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package me.bmason.common;
public class User {
public long id;
public String username;
}