示例#1
0
 public bool WarpTo(string ID)
 {
     return(WarpHandler.DirectWarp(ID, true));
 }
示例#2
0
 public void ShowWarpMenu(string Exclude)
 {
     WarpHandler.ShowWarpMenu(Exclude);
 }