Skip to content

Instantly share code, notes, and snippets.

@Moe-Baker
Created December 16, 2017 00:37
Show Gist options
  • Save Moe-Baker/aac719708b27facac2dac7c8bad703e5 to your computer and use it in GitHub Desktop.
Save Moe-Baker/aac719708b27facac2dac7c8bad703e5 to your computer and use it in GitHub Desktop.
//override the implementation's base type
public partial class DataTypes
{
new public class ImplementationBase : NetworkBehaviour
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment