You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hitbox(xt, yt, x1, x2, y1, y2) : check if the 2D Vector(xt, yt) matches the box with left-down corner (x1, y1) and right-up corner (x2, y2). Result a boolean.
ReadFile(string path) : fetch path, then throw error if response code is not OK, else returns file's text as a string
getRandomInt(int min, int max) : returns a random integer between and