Implement item quick growth

This commit is contained in:
Melledy
2025-11-08 22:00:06 -08:00
parent 2c18963b08
commit 66ce7cf698
4 changed files with 55 additions and 9 deletions
@@ -27,6 +27,10 @@ public class PlayerChangeInfo {
return this;
}
public boolean isEmpty() {
return this.list == null || this.list.isEmpty();
}
public void add(ProtoMessage<?> proto) {
var any = Any.newInstance()
.setTypeUrl(GameConstants.PROTO_BASE_TYPE_URL + proto.getClass().getSimpleName())