feat(fifa17): economy policy mappers (match reward, pack price)
Pure FIFA17 policy: match_result_coins/match_reward_total (oracle MATCH_COINS won 400/draw 200/loss 100 + participation 0), result_from_end_reason (endReason enum -> outcome, draw default), pack_price (catalogue buy-now, None for unknown/owned-only). 3 unit tests.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
pub mod catalog;
|
||||
pub mod club_response;
|
||||
pub mod economy;
|
||||
pub mod economy_policy;
|
||||
pub mod entities;
|
||||
pub mod item;
|
||||
pub mod owned_query;
|
||||
|
||||
Reference in New Issue
Block a user