예제 #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();
 }