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

Method roll

code/src/java/gmgen/plugin/dice/Die.java:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 public int roll()
66 {
67 return dc.roll();
68 }
69}

Callers

nothing calls this directly

Calls 1

rollMethod · 0.65

Tested by

no test coverage detected