public class DoomControl
{
private int monsterhealth, etc;
public DoomControl()
{
monsterhealth = 0;
etc = 0;
}
public void DoomControl(int mh, int e)
{
monsterhealth = mh;
etc = e;
}
}
if i'm on the right track, please tell me. I have no idea though. and from here i really don't know what i should do. :\ lol

New Topic/Question
Reply




MultiQuote



|