forked from MagicBane/Server
Track poweraction work
This commit is contained in:
@@ -8,12 +8,14 @@
|
||||
|
||||
package engine.wpak.data;
|
||||
|
||||
import engine.mbEnums;
|
||||
|
||||
public class TrackEntry {
|
||||
|
||||
public String action_id;
|
||||
public Boolean trackPlayer;
|
||||
public Boolean trackCorpse;
|
||||
public String filter;
|
||||
public mbEnums.MonsterType filter;
|
||||
public int min;
|
||||
public int max;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user