Add various new scripts
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
package io.reisub.openosrs.wintertodt;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
@AllArgsConstructor
|
||||
@Getter
|
||||
public enum Activity {
|
||||
IDLE("Idle"),
|
||||
WOODCUTTING("Woodcutting"),
|
||||
FLETCHING("Fletching"),
|
||||
FEEDING_BRAZIER("Feeding"),
|
||||
FIXING_BRAZIER("Fixing"),
|
||||
LIGHTING_BRAZIER("Lighting");
|
||||
|
||||
private final String actionString;
|
||||
}
|
Reference in New Issue
Block a user