Skip to content

Instantly share code, notes, and snippets.

@Moe-Baker
Created December 16, 2017 00:36
Show Gist options
  • Save Moe-Baker/28f29199ef39ee0762232a0e58656ce5 to your computer and use it in GitHub Desktop.
Save Moe-Baker/28f29199ef39ee0762232a0e58656ce5 to your computer and use it in GitHub Desktop.
public class BaseDataTypes
{
//declare an empty class that derived from the class we want to derive the implementation from
public class ImplementationBase : MonoBehaviour
{
}
}
public partial class DataTypes : BaseDataTypes
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment