plugin handler
This commit is contained in:
@ -25,5 +25,9 @@ namespace ManiaControl;
|
||||
public function registerPlugin($plugin){
|
||||
array_push($this->plugins, $plugin);
|
||||
}
|
||||
|
||||
public function loadPlugins(){
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user