Пример #1
0
 public void warpPlayer(IWarpPlayer Player, string warpAddress, bool isWarpAddress)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void removeWarp(string warpName, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void warpPlayer(IWarpPlayer Player, string warpName)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void createWarp(string warpName, string warpAddress, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public List <TWarp> getWarps(IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public void warpPlayer(IWarpPlayer Player, string warpAddress, bool isWarpAddress)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public void warpPlayer(IWarpPlayer Player, string warpName)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public void removeWarp(string warpName, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Пример #9
0
 public List<TWarp> getWarps(IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
Пример #10
0
 public void createWarp(string warpName, string warpAddress, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }