mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Add !WARP
This commit is contained in:
parent
0222475f09
commit
b4c4a6c137
6 changed files with 90 additions and 3 deletions
|
@ -12,6 +12,11 @@ namespace HISP.Game
|
|||
|
||||
// Mod isle
|
||||
public static string ModIsleMessage;
|
||||
// Warp Command
|
||||
public static string SuccessfullyWarpedToLocation;
|
||||
public static string SuccessfullyWarpedToPlayer;
|
||||
public static string OnlyUnicornCanWarp;
|
||||
public static string FailedToUnderstandLocation;
|
||||
|
||||
// Click
|
||||
public static string PlayerHereFormat;
|
||||
|
@ -321,6 +326,7 @@ namespace HISP.Game
|
|||
|
||||
public static string AdminCommandFormat;
|
||||
public static string PlayerCommandFormat;
|
||||
|
||||
public static string MuteHelp;
|
||||
|
||||
public static string GlobalChatFormatForModerators;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue