added some shootmania callbacks

This commit is contained in:
kremsy
2017-03-24 22:49:43 +01:00
parent 7a668b53ba
commit f15dab5d42
9 changed files with 265 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace ManiaControl\Callbacks\Structures\ShootMania;
class Position {
//TODO x y z positions
}