view src/alice/test/topology/aquarium/ObjectList.java @ 140:b51d3bf971e7 working

add function (refresh)
author sugi
date Thu, 20 Sep 2012 01:32:46 +0900
parents
children
line wrap: on
line source

package alice.test.topology.aquarium;

import java.util.ArrayList;
import java.util.List;

public class ObjectList {
	public List<MakeObject> table = new ArrayList<MakeObject>();
}