diff --git a/Runtime/HumanoidControl/Scripts/Networking/HumanoidPlayerPunVoice.cs b/Runtime/HumanoidControl/Scripts/Networking/HumanoidPlayerPunVoice.cs index be026b2..605969c 100644 --- a/Runtime/HumanoidControl/Scripts/Networking/HumanoidPlayerPunVoice.cs +++ b/Runtime/HumanoidControl/Scripts/Networking/HumanoidPlayerPunVoice.cs @@ -2,6 +2,8 @@ namespace Passer.Humanoid { +#if !hPUNVOICE2 public partial class HumanoidPlayerPunVoice : MonoBehaviour { } +#endif } \ No newline at end of file