Class InteractionChain

java.lang.Object
tech.underoaks.coldcase.state.InteractionChain

public class InteractionChain extends Object
Represents a sequence of interactions resulting from a player's action.
  • Constructor Details

    • InteractionChain

      public InteractionChain(Snapshot snapshot)
      Default-Constructor
      Parameters:
      snapshot - Deep-Clone of a Map that will be the Basis of this Simulation.
  • Method Details