Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
亡灵暴龙大帝 committed Jul 15, 2024
1 parent ae838f0 commit 9bd9843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/emu/grasscutter/game/inventory/GameItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

@Entity(value = "items", useDiscriminator = false)
public class GameItem {
// todo 标记这里 可能会引发重大内存问题 内存中的 GameItem 对象数量会非常多 不会被垃圾清理
@Id private ObjectId id;
@Indexed private int ownerId;
@Getter @Setter private int itemId;
Expand Down

0 comments on commit 9bd9843

Please sign in to comment.