mirror of
https://github.com/ProjectSWGCore/pswgcommon.git
synced 2026-01-15 23:04:19 -05:00
Merged in Frechetta/pswgcommon/Cash_loot (pull request #1)
Added "transfer credits to bank" radial item.
This commit is contained in:
@@ -349,7 +349,8 @@ public enum RadialItem {
|
||||
BIO_LINK (""),
|
||||
LANDMINE_DISARM (""),
|
||||
LANDMINE_REVERSE_TRIGGER (""),
|
||||
REWARD_TRADE_IN ("");
|
||||
REWARD_TRADE_IN (""),
|
||||
TRANSFER_CREDITS_TO_BANK_ACCOUNT ("@space/space_loot:use_credit_chip");
|
||||
|
||||
private static final EnumLookup<Integer, RadialItem> LOOKUP = new EnumLookup<>(RadialItem.class, RadialItem::getId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user