public static void Main(String[] args) { TestMap test = new TestMap(args); test.Init(); test.Run(); }
public Anonymousxcommand_t(TestMap parent) { this.parent = parent; }