Merge pull request #11195 from abextm/rm-npc-names

http-api: remove unused fields from NPCInfo
This commit is contained in:
Abex
2020-04-09 11:43:29 -06:00
committed by GitHub

View File

@@ -29,7 +29,5 @@ import lombok.Data;
@Data
public class NpcInfo
{
private String name;
private int combat;
private int hitpoints;
}