MCPcopy Create free account
hub / github.com/Garten/sourcecraft / getCounter

Method getCounter

src/vmfWriter/ValveWriter.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public Counter getCounter() {
30 return this.counter;
31 }
32
33 public void setCounter(Counter counter) {
34 this.counter = counter;

Callers 4

putBrushIDMethod · 0.95
writeSideMethod · 0.80
writeVmfMethod · 0.80
openEntityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected