MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getPlayer_ID

Method getPlayer_ID

Lab_12/main.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 Player_ID = ID;
76 }
77 string getPlayer_ID()
78 {
79 return Player_ID;
80 }
81 void setMatches_Played(int Matches)
82 {
83 Matches_Played = Matches;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected