Skip to content

Instantly share code, notes, and snippets.

View vls's full-sized avatar

Liang Zhaohao vls

View GitHub Profile
@vls
vls / Our.cs
Created December 10, 2013 05:42 — forked from robert-nix/Our.cs
using System;
using System.IO;
using System.Threading;
using UnityEngine;
public class OurMono : MonoBehaviour
{
StreamWriter log;
Timer t;