[Cleanup] Remove struct TradeEntity from zone/common.h (#3397)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-06-12 16:04:38 -04:00 committed by GitHub
parent 5cbc380c62
commit 90412ba61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,6 @@ enum GravityBehavior {
LevitateWhileRunning
};
struct TradeEntity;
class Trade;
enum TradeState {
TradeNone,