Exemplo n.º 1
0
 public static void AddTo(this IDisposable self, Component component)
 {
     self.DisposeWhenGameObjectDestroyed(component);
 }