[FIXED][.NET/CitizenFX] Transparent method cannot call critical method

Attempt to get Screen.Resolution will throw an exception:

Transparent method ... cannot call Critical method ...

Same for World.Raycast() .

I can only assume that it’s because of SecurityCritical attribute here and there.