void DrawFPS( num posX, num posY, ) => run( () => 'DrawFPS($posX, $posY)', () => rl.Core.DrawFPS( posX.toInt(), posY.toInt(), ), );