NextDay

Description

Advanced to the next day even if time did not pass. Useful for rewarded videos.

Declaration

 public static void NextDay()

Example

Test.cs
public class Test : MonoBehaviour
{
    public void VideoWatched()
    {
        Gley.DailyRewards.API.Calendar.NextDay();
    }
}

Last updated