added some callbacks

This commit is contained in:
kremsy
2017-03-25 11:53:55 +01:00
parent f15dab5d42
commit bd2c5a8c9c
7 changed files with 256 additions and 20 deletions

View File

@ -60,6 +60,8 @@ interface Callbacks {
const MP_PODIUMSTART = 'Callbacks.ManiaPlanetPodiumStart';
const MP_PODIUMEND = 'Callbacks.ManiaPlanetPodiumEnd';
const SM_SCORES = "Shootmania.Scores";
const SM_EVENTDEFAULT = "Shootmania.Event.Default";
const SM_ONSHOOT = "Shootmania.Event.OnShoot";
const SM_ONHIT = "Shootmania.Event.OnHit";