in class DayZPlayerCameras is not possible override
static void RegisterCameras(DayZPlayerType pType)
to be moddable fiendly - we cannot use super call because of static method.
Which way can multiple mods register new cameras and their transitions?