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