Package voodoo.collection.gameplay

Examples of voodoo.collection.gameplay.Modifier


     * @param Resource to get.
     * @return The resource.
     */
    public Modifier getResource(int resource) {
      if ( _resources[resource] == null ) {
        _resources[resource] = new Modifier();
      }

      return _resources[resource];
    }
View Full Code Here

TOP

Related Classes of voodoo.collection.gameplay.Modifier

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.