GameTime.java :  » Game » attackfromthespace » com » cokoyan » game » afts » Android Open Source

Android Open Source » Game » attackfromthespace 
attackfromthespace » com » cokoyan » game » afts » GameTime.java
package com.cokoyan.game.afts;

public class GameTime {

  private static long time;
  
  public GameTime(){
  }
  
  public static long getTime(){
    time = System.currentTimeMillis();
    return time;
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.