Exemplo n.º 1
0
 public void warpPlayer(IWarpPlayer Player, string warpAddress, bool isWarpAddress)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void removeWarp(string warpName, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void warpPlayer(IWarpPlayer Player, string warpName)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void createWarp(string warpName, string warpAddress, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public List <TWarp> getWarps(IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public void warpPlayer(IWarpPlayer Player, string warpAddress, bool isWarpAddress)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public void warpPlayer(IWarpPlayer Player, string warpName)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public void removeWarp(string warpName, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public List<TWarp> getWarps(IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public void createWarp(string warpName, string warpAddress, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }