Package game.habits

Examples of game.habits.HurtHabit.hurt()


        HurtHabit h = ls.getSpace().findObject(dynamic.getPolygon(), HurtHabit.class);
        if (h != null) {
            useDust(30);
            state.hurt();
            h.hurt();
        }

        space.putObject(this, dynamic.getPolygon());
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.