MCPcopy Index your code
hub / github.com/PCGen/pcgen / ACControl

Class ACControl

code/src/java/pcgen/cdom/content/ACControl.java:23–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import pcgen.cdom.base.QualifyingObject;
22
23public class ACControl extends ConcretePrereqObject implements QualifyingObject
24{
25 private final String type;
26
27 public ACControl(String actype)
28 {
29 type = actype;
30 }
31
32 public String getType()
33 {
34 return type;
35 }
36
37}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected