예제 #1
0
 public void DestroyAll()
 {
     OnDestroyAll?.Invoke();
 }
예제 #2
0
 public Task DestroyAll()
 {
     return(OnDestroyAll?.Invoke());
 }