Some i18nifiying

This commit is contained in:
Janet Blackquill 2022-10-21 16:12:04 -04:00
parent 39576e3180
commit f63b26ac76
31 changed files with 538 additions and 455 deletions

View file

@ -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();
}
}
}
}