export enum EKeyCode { "KeyB" = 66, "KeyDel" = 46, "KeyEnter" = 13, "KeyR" = 82, "KeyS" = 83, "KeyY" = 89, "KeyZ" = 90, }