From bd145c3ebfc082286486a8700b9ce20bfd7383e2 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 7 Jun 2025 01:44:53 -0300 Subject: implement TFindCreatures and KillStatistics --- reference/types.hh | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'reference/types.hh') diff --git a/reference/types.hh b/reference/types.hh index 42caab1..c711831 100644 --- a/reference/types.hh +++ b/reference/types.hh @@ -284,19 +284,6 @@ struct TMoveUseDatabase { int NumberOfRules; }; -struct TFindCreatures { - int startx; - int starty; - int endx; - int endy; - int blockx; - int blocky; - ulong ActID; - ulong SkipID; - int Mask; - bool finished; -}; - struct TReaderThreadOrder { enum TReaderThreadOrderType OrderType; int SectorX; -- cgit v1.2.3