d2tweaks-rnd2k/include/diablo2/structures/client_unit_list.h

12 lines
149 B
C
Raw Normal View History

2024-04-17 03:45:38 +00:00
#pragma once
namespace diablo2 {
namespace structures {
struct unit;
struct client_unit_list {
unit* unit_list[5][128]; //0x1120
};
}
}