TrackManiaControl/application/core/plugin.php

16 lines
150 B
PHP
Raw Normal View History

2013-11-09 11:06:04 +01:00
<?php
namespace mControl;
/**
* Class plugin parent class for all plugins
*
* @author Lukas Kremsmayr and steeffeen
*/
class Plugin {
}
?>