diff --git a/QSB/PlayerBodySetup/REM.cs b/QSB/PlayerBodySetup/REM.cs new file mode 100644 index 00000000..69313dc2 --- /dev/null +++ b/QSB/PlayerBodySetup/REM.cs @@ -0,0 +1,8 @@ +namespace QSB.PlayerBodySetup +{ + public class REM_DitheringAnimator : DitheringAnimator { } + public class REM_OWCamera : OWCamera { } + public class REM_OWLight2 : OWLight2 { } + public class REM_SphereShape : SphereShape { } + public class REM_LightSourceVolume : LightSourceVolume { } +}