Remove unneeded Data Loc
This commit is contained in:
parent
ab315627ad
commit
119931ac71
@ -13,8 +13,7 @@ public enum DataLoc
|
||||
RED_SCORE_SPAWN("RED_SCORE_SP"),
|
||||
RED_UNDER_HOOP("RED_UNDER"),
|
||||
BLUE_SCORE_SPAWN("BLUE_SCORE_SP"),
|
||||
BLUE_UNDER_HOOP("BLUE_UNDER"),
|
||||
STAND("STAND_POS")
|
||||
BLUE_UNDER_HOOP("BLUE_UNDER")
|
||||
;
|
||||
|
||||
private String _key;
|
||||
|
Loading…
Reference in New Issue
Block a user