mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-05 21:36:07 +00:00
feat: add user leveling and experience system
This commit is contained in:
@@ -39,6 +39,9 @@ public class User {
|
||||
|
||||
private String avatar;
|
||||
|
||||
@Column(nullable = false)
|
||||
private int experience = 0;
|
||||
|
||||
@Column(length = 1000)
|
||||
private String introduction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user