EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PassiveModule.cpp
Go to the documentation of this file.
1 
9 #include "eve-server.h"
10 
12 
14 : GenericModule(mRef, sRef)
15 {
16 }
17 
18 // set up cargo expanders to expand specialized cargo on higher-tier ships
19 
20 
PassiveModule(ModuleItemRef mRef, ShipItemRef sRef)