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

Method setNumSoldiers

src/GraphServer/Player.java:88–91  ·  view source on GitHub ↗
(int numSoldiers)

Source from the content-addressed store, hash-verified

86 }
87
88 public void setNumSoldiers(int numSoldiers)
89 {
90 this.numSoldiers = numSoldiers;
91 }
92}

Callers 2

addSoldierMethod · 0.95
removeSoldierMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected