slcom/slangc/codegraph/ContainerType.sauce

9 lines
95 B
Plaintext
Raw Permalink Normal View History

package slangc.codegraph;
public enum ContainerType {
WORLD,
SET,
PACKAGE,
TYPE
}