proxy scripts for usage in unity project

This commit is contained in:
JohnCorby 2022-02-10 23:16:03 -08:00
parent 8839c6fa0e
commit 4157b52789

View File

@ -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 { }
}