Small fixes

This commit is contained in:
RainLoop Team 2014-08-28 18:18:07 +04:00
parent f92120a5a7
commit 5009546a91
7 changed files with 19 additions and 8 deletions

View file

@ -17,4 +17,5 @@ class Type
const NOTE = 5;
const TIME = 6;
const MEMORY = 7;
const TIME_DELTA = 8;
}