mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-14 22:46:10 +08:00
Implement a new item drops system (#2112)
* 1 * Delete .gitattributes * implement * Update PacketDropHintNotify.java * Update PacketWorldChestOpenNotify.java * Update FileUtils.java * Update PacketDropHintNotify.java * Update WorldDataSystem.java --------- Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
eda5e8c5e0
commit
f71b29c00a
@@ -1,5 +1,6 @@
|
||||
package emu.grasscutter.game.drop;
|
||||
|
||||
@Deprecated
|
||||
public class DropData {
|
||||
private int minWeight;
|
||||
private int maxWeight;
|
||||
|
||||
Reference in New Issue
Block a user