protected override void Interaction()
 {
     CheckPoint.Invoke();
 }
Beispiel #2
0
 // Update is called once per frame
 void Update()
 {
     checkerDelegate?.Invoke(value);
 }