MCPcopy Create free account
hub / github.com/atas76/openengine / getTeam

Method getTeam

src/main/java/org/fgn/parser/Statement.java:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public String getTeam() {
48 return team;
49 }
50
51 public void setTeam(String team) {
52 this.team = team;

Calls

no outgoing calls