This commit is contained in:
VDH
2025-10-09 14:06:12 +07:00
parent c71e943ab7
commit 7c5652ec2e
19 changed files with 255 additions and 46 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public class PlayerVisual : MonoBehaviour
BrewMonster.BMLogger.LogError("animancer == null");
return;
}
var player = GetComponentInParent<EC_Player>();
var player = GetComponentInParent<CECPlayer>();
if(player == null)
{
BrewMonster.BMLogger.LogError("player == null");