Changeset 1291908 in galcon-client for src/com/example/helloandroid/Planet.java


Ignore:
Timestamp:
May 28, 2010, 12:55:50 AM (15 years ago)
Author:
Zero Cool <devnull@…>
Branches:
master
Children:
5a03a06
Parents:
3e9f39e
Message:

Fleet attack function works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/example/helloandroid/Planet.java

    r3e9f39e r1291908  
    4141        }
    4242       
     43        public void setFaction(int faction) {
     44                this.faction = faction;
     45        }
     46       
    4347        public void update() {
    4448                //regen ships if not owned by faction 0
Note: See TracChangeset for help on using the changeset viewer.