상업투자 구현 중
This commit is contained in:
@@ -9,6 +9,10 @@ trait LazyVarUpdater{
|
||||
return $this->raw;
|
||||
}
|
||||
|
||||
function getVar(string $key){
|
||||
return $this->raw[$key];
|
||||
}
|
||||
|
||||
function updateVar(string $key, $value){
|
||||
if($this->raw[$key] === $value){
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user