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

Method apply

code/src/java/pcgen/core/kit/KitStat.java:78–82  ·  view source on GitHub ↗
(PlayerCharacter aPC)

Source from the content-addressed store, hash-verified

76 }
77
78 @Override
79 public void apply(PlayerCharacter aPC)
80 {
81 testApply(null, aPC, null);
82 }
83
84 @Override
85 public String getObjectName()

Callers

nothing calls this directly

Calls 1

testApplyMethod · 0.95

Tested by

no test coverage detected