/** * Clear the in-game console * @author GimmeCookies 20181230 */ export function clear() { console.log( "" ) }