필사즉생 구현

This commit is contained in:
2020-03-12 21:57:57 +09:00
parent 1bc468095c
commit 38bef005f7
15 changed files with 297 additions and 28 deletions
+4
View File
@@ -65,4 +65,8 @@ class LastTurn{
}
return Json::encode($result);
}
function duplicate():LastTurn{
return new static($this->command, $this->arg, $this->term);
}
}