MCPcopy Create free account
hub / github.com/catabriga/graphwar / getPlayerHit

Method getPlayerHit

src/Graphwar/Function.java:93–96  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

91 }
92
93 public int getPlayerHit(int index)
94 {
95 return playersHit[index];
96 }
97
98 public int getSoldierHit(int index)
99 {

Callers 2

evaluateFunctionMethod · 0.95
processFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected