Base class for plugin subsystems. Derive system implementations (placement, manipulation, targeting, etc.) from this class to gain standard lifecycle hooks and DI integration. Systems should validate dependencies and expose well-defined public methods for coordination with other systems.
Source: addons/grid_placement/base/placement_system_base.gd
Syntax
class PlacementSystemBase extends Node