Exemplo n.º 1
0
 public void AddCustomDestinationHandler(string ID, IWarpNetHandler handler)
 {
     if (Utils.CustomLocs.ContainsKey(ID))
     {
         Utils.CustomLocs.Remove(ID);
     }
     Utils.CustomLocs.Add(ID, handler);
 }
 public CustomWarpLocation(IWarpNetHandler handler) : base()
 {
     this.handler = handler;
 }