aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-07 23:52:37 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-07 23:52:37 -0300
commit0590a5f1b3e0ffe295d7894a16b9d8aff3fae586 (patch)
tree6a340a2d415185f3634c2206e00e630bea998474 /reference/types.hh
parent3d7fcfc4a6a1fc7016145b39596775bcd32be5c1 (diff)
downloadgame-0590a5f1b3e0ffe295d7894a16b9d8aff3fae586.tar.gz
game-0590a5f1b3e0ffe295d7894a16b9d8aff3fae586.zip
implement monster raids
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh15
1 files changed, 0 insertions, 15 deletions
diff --git a/reference/types.hh b/reference/types.hh
index c711831..f3ce69d 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -89,21 +89,6 @@ struct TWaitinglistEntry {
bool Sleeping;
};
-struct TAttackWave {
- int x;
- int y;
- int z;
- int Spread;
- int Race;
- int MinCount;
- int MaxCount;
- int Radius;
- int Lifetime;
- ulong Message;
- int ExtraItems;
- struct vector<TItemData> ExtraItem;
-};
-
struct TReportedStatement {
ulong StatementID;
ulong TimeStamp;