8 lines
115 B
Haxe

package smTools;
class SMNote
{
public var time:Float;
public var data:Int;
public var length:Float;
}