Bar signs implemented.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 00:58:43 +02:00
parent f5a9a953a9
commit 20481a0bb1
5 changed files with 372 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ namespace Content.Client
prototypes.RegisterIgnore("material");
prototypes.RegisterIgnore("reaction"); //Chemical reactions only needed by server. Reactions checks are server-side.
prototypes.RegisterIgnore("barSign");
ClientContentIoC.Register();