Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)

Paste

Pasted as Java by Subchild.java ( 14 years ago )
package ml.ml;

import java.util.ArrayList;

public class Subchild {
 
 
 public String name;
 public String path;
 public ArrayList<schild> model;
 
 

 
 public Subchild() {
  name = new String();
  path = new String();
  model = new ArrayList<schild>();
 }
 public void addModelTag(schild subChild)
 {
  model.add(subChild);
 }
 
}

 

Revise this Paste

Your Name: Code Language: