Class EchoedVoiceStatus


public class EchoedVoiceStatus extends GlobalStatusBase
Keeps track of the current power of Echoed Voice.
  • Field Details

    • power

      public transient int power
      The current power of Echoed Voice.
    • turnInc

      public transient int turnInc
      The turn that Echoed Voice was last used.
  • Constructor Details

    • EchoedVoiceStatus

      public EchoedVoiceStatus()
    • EchoedVoiceStatus

      public EchoedVoiceStatus(int turnInc)
      Initializes the status.
      Parameters:
      turnInc - The turn that Echoed Voice was last used.
  • Method Details