MCPcopy Create free account
hub / github.com/PCGen/pcgen / getTokenName

Method getTokenName

code/src/java/plugin/lsttokens/KitLst.java:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 private static final Class<Kit> KIT_CLASS = Kit.class;
54
55 @Override
56 public String getTokenName()
57 {
58 return "KIT";
59 }
60
61 @Override
62 protected char separator()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected