DisguiseTimers
      (static) Dictionary<Mobile,Timer> Timers( get; )
      (static) void CreateTimer( Mobile m, TimeSpan delay )
      (static) void Initialize()
      (static) bool IsDisguised( Mobile m )
      (static) bool RemoveTimer( Mobile m )
      (static) void StartTimer( Mobile m )
      (static) bool StopTimer( Mobile m )
      (static) TimeSpan TimeRemaining( Mobile m )
      (ctor) DisguiseTimers()