示例#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
文件: Warp.cs 项目: SaltPepp/Warp-Mod
 public void warpPlayer(IWarpPlayer Player, string warpAddress, bool isWarpAddress)
 {
     throw new NotImplementedException();
 }
示例#7
0
文件: Warp.cs 项目: SaltPepp/Warp-Mod
 public void warpPlayer(IWarpPlayer Player, string warpName)
 {
     throw new NotImplementedException();
 }
示例#8
0
文件: Warp.cs 项目: SaltPepp/Warp-Mod
 public void removeWarp(string warpName, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
示例#9
0
文件: Warp.cs 项目: SaltPepp/Warp-Mod
 public List<TWarp> getWarps(IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }
示例#10
0
文件: Warp.cs 项目: SaltPepp/Warp-Mod
 public void createWarp(string warpName, string warpAddress, IWarpPlayer sender)
 {
     throw new NotImplementedException();
 }