Skip to content

Instantly share code, notes, and snippets.

View PicklesIIDX's full-sized avatar

Auston Montville PicklesIIDX

  • 1988
  • Seattle
View GitHub Profile
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System;
using System.Reflection;
/**
* Used in the game code to know how to treat an object
* This isn't needed here, but I'm using it to determine if we can reuse an object
* instead of instantiating it.