added draft of new callback structure (made example)

This commit is contained in:
kremsy
2017-03-22 18:10:21 +01:00
parent ba86708e22
commit 496039a627
4 changed files with 83 additions and 4 deletions

View File

@ -0,0 +1,14 @@
<?php
/**
* Created by PhpStorm.
* User: Lukas
* Date: 22. Mär. 2017
* Time: 18:02
*/
namespace ManiaControl\Callbacks\Structures\Trackmania;
class DefaultEventStructure {
}