Fixed class error when using PhotonPun

This commit is contained in:
Pascal Serrarens 2023-02-24 15:28:08 +01:00
parent 80ab32d237
commit 4d7ab052a2

View File

@ -2,6 +2,8 @@
namespace Passer.Humanoid { namespace Passer.Humanoid {
#if !hPUNVOICE2
public partial class HumanoidPlayerPunVoice : MonoBehaviour { public partial class HumanoidPlayerPunVoice : MonoBehaviour {
} }
#endif
} }