Skip to content

Instantly share code, notes, and snippets.

View lvictorino's full-sized avatar
🐵
Not much more than a code monkey.

Laurent Victorino lvictorino

🐵
Not much more than a code monkey.
View GitHub Profile
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
[System.Serializable]
public class TimedAction
{
private DateTime _time_started;
private DateTime _last_date;