abstract
AbstractPlayerCommand
Base class for commands that require a player context. Provides Store, Ref, PlayerRef, and World parameters for ECS access.
Methods
void execute(CommandContext context, Store<EntityStore> store, Ref<EntityStore> ref, PlayerRef playerRef, World world)
Override this method to implement command logic. All parameters are provided by the framework.