Class IsoGameCharacter.XPMultiplier

java.lang.Object
zombie.characters.IsoGameCharacter.XPMultiplier
Enclosing class:
IsoGameCharacter

public static class IsoGameCharacter.XPMultiplier
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int maxLevel  
    int minLevel  
    float multiplier  
  • Constructor Summary

    Constructors
    Constructor Description
    XPMultiplier()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • multiplier

      public float multiplier
    • minLevel

      public int minLevel
    • maxLevel

      public int maxLevel
  • Constructor Details

    • XPMultiplier

      public XPMultiplier()