﻿Debug = {
	CreateLogger: function() { },
	Log: function() { }
};
Profiler = {
	Start: function() {},
	End: function() {}
}


