Skip to content

Instantly share code, notes, and snippets.

@aras-p
Created October 13, 2014 14:55
Show Gist options
  • Select an option

  • Save aras-p/b66fd1f65560f6fe6a9e to your computer and use it in GitHub Desktop.

Select an option

Save aras-p/b66fd1f65560f6fe6a9e to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Unity.Options;
using Unity.IL2CPP;
namespace il2cpp
{
public class Program
{
public static int Main(string[] args)
{
// the rest of il2cpp code...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment