Browse Source

Comment cleanup

combat-2
MagicBot 7 months ago
parent
commit
a9dcac0ad7
  1. 2
      src/engine/gameManager/ForgeManager.java

2
src/engine/gameManager/ForgeManager.java

@ -29,7 +29,7 @@ import java.util.concurrent.atomic.AtomicInteger; @@ -29,7 +29,7 @@ import java.util.concurrent.atomic.AtomicInteger;
public enum ForgeManager implements Runnable {
// MB Dev notes:
// Class handles all forge rolling requests for the game.
// Class handles all forge rolling mechanics for the game.
//
// WorkOrders may be submitted from any thread: usually (ItemProductionMsgHandler)
// as concurrency is managed by the same lock used by the warehouse (city.cityTransactionLock)

Loading…
Cancel
Save