Updaate
This commit is contained in:
@@ -9,7 +9,7 @@ public class vSendScore : MonoBehaviour
|
||||
{
|
||||
if (shooterScore == null)
|
||||
{
|
||||
shooterScore = FindObjectOfType<vShooterScore>();
|
||||
shooterScore = FindFirstObjectByType<vShooterScore>();
|
||||
}
|
||||
|
||||
if (shooterScore != null)
|
||||
|
||||
Reference in New Issue
Block a user