From 4157b52789c1e723c90d3d07d7a63e0a698bf52a Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 10 Feb 2022 23:16:03 -0800 Subject: [PATCH] proxy scripts for usage in unity project --- QSB/PlayerBodySetup/REM.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 QSB/PlayerBodySetup/REM.cs 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 { } +}