-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Description
VS Code 1.9.1
Color Theme: Nord
C# 1.8.0-beta1
void CandleLightOffSecond(int index)
{
DOTween.ToAlpha(() => FSItems[index].CandleSecond.startColor, (x) => FSItems[index].CandleSecond.startColor = x, 0f, 1f).OnComplete(() => DisableCandleFX(index));
DOTween.ToAlpha(() => FSItems[index].CandleSecond.startColor, (x) => FSItems[index].CandleSecond.startColor = x, 0f, 1f);
}Reactions are currently unavailable
