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