ExplodingRing.java :  » UnTagged » monolithandroid » org » teacake » monolith » apk » Android Open Source

Android Open Source » UnTagged » monolithandroid 
monolithandroid » org » teacake » monolith » apk » ExplodingRing.java
package org.teacake.monolith.apk;

public class ExplodingRing {

  public ExplodingRing(float x, float y, float z)
  {
    this.x = x;
    this.y = y;
    this.z = z;
    this.frame = 0;
  }
  public float x;
  public float y;
  public float z;
  long frame;
}
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.