Skip to content

Commit

Permalink
Add platform setter
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekz committed Nov 1, 2016
1 parent 158146b commit d32cfcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/API.php
Expand Up @@ -127,6 +127,13 @@ public function getPlatform() {
return $this->platform;
}

/**
* @param string
*/
public function setPlatform($platform) {
$this->platform = $platform;
}

/**
* Main Constructor for Smite API Class
*
Expand Down

0 comments on commit d32cfcb

Please sign in to comment.