Add placement logs (#18709)

* add placement logs

* add tile log type

* add support for spawn command

a little janky because the log message isn't entirely accurate when it's the result of a command use

* move method to ActorSystem.cs

* switch to TryGet and outs instead of multiple returns
This commit is contained in:
Chief-Engineer
2023-08-15 00:11:54 -05:00
committed by GitHub
parent be3fc7481e
commit 335e0230f2
4 changed files with 62 additions and 3 deletions

View File

@@ -88,4 +88,5 @@ public enum LogType
Vote = 83,
ItemConfigure = 84,
DeviceLinking = 85,
Tile = 86,
}