project: add missing features (#2951)
* client: add stuff client: add stuff * mixins * Update XpDropEvent.java * Update EntityHiderBridgeMixin.java * would help if I uploaded the right files would help if I uploaded the right files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.openosrs.client.game;
|
||||
|
||||
import lombok.Data;
|
||||
import net.runelite.api.Skill;
|
||||
|
||||
@Data
|
||||
public class XpDropEvent
|
||||
{
|
||||
private Skill skill;
|
||||
private int exp;
|
||||
}
|
||||
Reference in New Issue
Block a user