Skip to content

Instantly share code, notes, and snippets.

@camden-smallwood-zz
Created January 13, 2017 18:54
Show Gist options
  • Save camden-smallwood-zz/5963cd7cebc059f9ab9683fd4260c48d to your computer and use it in GitHub Desktop.
Save camden-smallwood-zz/5963cd7cebc059f9ab9683fd4260c48d to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TagTool.Cache.HaloOnline;
using TagTool.Tags;
using TagTool.Tags.Definitions;
namespace Test
{
static class TagPlugin
{
static bool Execute(GameCacheContext context, TagInstance tag, RenderModel renderModel)
{
return true;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment