fix translator

This commit is contained in:
JohnCorby 2022-02-11 05:41:35 -08:00
parent 3f89ca1450
commit e38feb4f28

View File

@ -5,4 +5,5 @@ namespace QSB.PlayerBodySetup
public class REM_OWLight2 : OWLight2 { }
public class REM_SphereShape : SphereShape { }
public class REM_LightSourceVolume : LightSourceVolume { }
public class REM_RotateTransform : RotateTransform { }
}