예제 #1
0
 protected virtual void OnDisable() => ComponentList <T> .Remove((T)this);
예제 #2
0
 protected virtual void OnEnable() => ComponentList <T> .Add((T)this);