The default implementation of ILogic for normal Game actions. The Logic class inherits from both ILogic and Access, so that all logic derived from Logic has access to the Game data that the GameEngine provides.
ILogic Access
RulesCore
Logic.h
The default Logic constructor. Does nothing, but is required so that on Win32, the .DLL file exports something that can be linked to.