www.pudn.com > BlackCross.rar > creation.java
class creation
{
int type;
int offset[];
int timer;
int init;
int offsetRotation;
boolean active;
int counter;
public creation()
{
offset = new int[2];
active = false;
counter = 0;
}
}