This commit is contained in:
2024-05-27 15:11:35 -04:00
parent 9e29ce2ada
commit 225fbcbe1c

View File

@@ -38,6 +38,8 @@ struct Offer {
sell_qty: FiNum,
sell_remain: FiNum,
buy_qty: FiNum,
royalty_acc: FiNum, // Buy type. In the royalty tree, for this node and those to the left
royalty_cap: FiNum, // In the royalty tree, just for this node.
owner: i32,
}