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

Method setGame

src/periphery/Config.java:137–139  ·  view source on GitHub ↗
(String game)

Source from the content-addressed store, hash-verified

135 }
136
137 public void setGame(String game) {
138 this.game = game;
139 }
140
141 public void addGame(SourceGame game) {
142 this.games.add(game);

Callers 1

setConvertDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected