More general fixes (#2011)
* Closes #2008 * Closes #2016 * Closes #1917 * Closes #2012.
This commit is contained in:
@ -2040,4 +2040,13 @@ enum class GameMode : int32_t
|
||||
Golf = 0xB,
|
||||
Tennis = 0xC,
|
||||
ShootingRange = 0xD
|
||||
};
|
||||
|
||||
enum CameraMode : int
|
||||
{
|
||||
THIRD_PERSON_NEAR = 0,
|
||||
THIRD_PERSON_MEDIUM = 1,
|
||||
THIRD_PERSON_FAR = 2,
|
||||
CINEMATIC = 3,
|
||||
FIRST_PERSON = 4,
|
||||
};
|
Reference in New Issue
Block a user