pub fn record_paid_mana(entity: &mut Entity, paid_x100: i64)Expand description
Records what the cast about to resolve actually paid at the mana gate, in
x100 fixed point. Same contract as record_cast_kind: written before the
cast resolves, read once by each condition that prices it.