diff --git a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt index e3e5fcb6..8abc5ec4 100644 --- a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt +++ b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt @@ -84,8 +84,6 @@ class ActionScheduler : AbstractAgentModule.Standalone() { }) } - // TODO any implementations of Action should be record into ActionCore - // TODO the method in ActionCapability should be compatible with different Action types fun schedule(schedulableAction: T) where T : Action, T : Schedulable = schedulerScope.launch { if (!schedulableAction.enabled) { return@launch