Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit d32cfcb

Browse files
committed
Add platform setter
1 parent 158146b commit d32cfcb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/API.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ public function getPlatform() {
127127
return $this->platform;
128128
}
129129

130+
/**
131+
* @param string
132+
*/
133+
public function setPlatform($platform) {
134+
$this->platform = $platform;
135+
}
136+
130137
/**
131138
* Main Constructor for Smite API Class
132139
*

0 commit comments

Comments
 (0)