Added a basic implementation of a hooking system.

Related to TSHOCKPLUGINS-6
This commit is contained in:
Lucas Nicodemus 2012-01-04 02:43:46 -07:00
parent 4edea352a0
commit 1d1c15f808
3 changed files with 55 additions and 27 deletions

View file

@ -48,5 +48,5 @@ using System.Runtime.InteropServices;
// Build Number
// MMdd of the build
[assembly: AssemblyVersion("3.4.2.0103")]
[assembly: AssemblyFileVersion("3.4.2.0103")]
[assembly: AssemblyVersion("3.4.2.0104")]
[assembly: AssemblyFileVersion("3.4.2.0104")]