static public unsafe UInt32 OnUpdate(REGISTERS *R) { try { return(TechnoDecorative.OnUpdate(R)); } catch (Exception e) { Logger.PrintException(e); return((uint)0); } }
static public unsafe UInt32 OnFire(REGISTERS *R) { return(TechnoDecorative.OnFire(R)); }
static public unsafe UInt32 OnReceiveDamage(REGISTERS *R) { return(TechnoDecorative.OnReceiveDamage(R)); }