public static Tweener DOColor(this Outline target, ColorTweenConfig c) { return(target.DOColor(c.To, c.Duration)); }
public static Tweener DOColor(this SpriteRenderer target, ColorTweenConfig c) { return(target.DOColor(c.To, c.Duration)); }