Some i18nifiying
This commit is contained in:
parent
39576e3180
commit
f63b26ac76
31 changed files with 538 additions and 455 deletions
|
|
@ -26,7 +26,7 @@ namespace TShockAPI.Net
|
|||
{
|
||||
public virtual PacketTypes ID
|
||||
{
|
||||
get { throw new NotImplementedException("Msg ID not implemented"); }
|
||||
get { throw new NotImplementedException(GetString("Msg ID not implemented")); }
|
||||
}
|
||||
|
||||
public void PackFull(Stream stream)
|
||||
|
|
@ -51,4 +51,4 @@ namespace TShockAPI.Net
|
|||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue