예제 #1
0
 public void Unsubscribe()
 {
     if (hasBeenSetup)
     {
         gameEventListner?.Unsubscribe();
     }
 }