턴 수행 constraint를 상세하게 분리, argTest 추가. 턴 커맨드 실행용 클래스, ajax 파일 준비
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
class TurnExecutionHelper
|
||||
{
|
||||
protected $generalID;
|
||||
protected $generalObj;
|
||||
|
||||
public function __construct(int $generalID, int $year, int $month)
|
||||
{
|
||||
$db = DB::db();
|
||||
$this->generalObj = new General();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user