コード例 #1
0
 public void Add <T>(T item) where T : Animatable => Animatables.Add(item);
コード例 #2
0
 public void Register <TInstance>(TInstance instance)
 {
     _registeredItems.Add(typeof(TInstance), () => instance);
 }