Beispiel #1
0
 private void Start()
 {
     OnPointOfInterestEntered?.Invoke(1);
 }
Beispiel #2
0
 private void OnDestroy()
 {
     OnPointOfInterestEntered?.Invoke(-1);
 }