Add logs to lattice cutting (#10956)

This commit is contained in:
Jacob Tong
2022-08-31 23:52:24 -07:00
committed by GitHub
parent d2342ac019
commit fe1880062b
2 changed files with 10 additions and 2 deletions

View File

@@ -76,4 +76,5 @@ public enum LogType
Identity = 71,
CableCut = 72,
StorePurchase = 73,
LatticeCut = 74,
}