Package de.zelosfan.timedstrategy.etc

Examples of de.zelosfan.timedstrategy.etc.RisingCoin


            building.counter++;
            if (building.counter > time) {
                building.team.moneyadd(money);

                if (building.team.equals(Game.blueTeam)) {
                    Main.game.effects.add(new RisingCoin(building));
                }
                building.counter = 0;
            }
        }
    }
View Full Code Here

TOP

Related Classes of de.zelosfan.timedstrategy.etc.RisingCoin

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.