Package de.ailis.xadrian.data

Examples of de.ailis.xadrian.data.PlayerSector


                        final Element switchElement = (Element) switchItem;
                        asteroidsList[i] = getAsteroids(switchElement);
                        i++;
                    }
                    sector =
                        new PlayerSector(this.game, id, x, y, race, planets,
                            suns, core, northId, eastId, southId, westId,
                            asteroidsList);
                }

                this.sectors.add(sector);
View Full Code Here

TOP

Related Classes of de.ailis.xadrian.data.PlayerSector

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.