public void UpdateGameObject(IRosaceUpdate source, GameObject obj) { var l = obj.FastGetComponents <IRosaceUpdate>(); l.Remove(source); RosaceUpdate.UpdateList(l); }
//public float time { get; private set; } public void UpdateGameObject(GameObject obj) { RosaceUpdate.UpdateList(obj.FastGetComponents <IRosaceUpdate>()); }