
function Awake () {
	var god = GetComponent(TetrisGod);
	god.CreateBlock();
}
