From 2ac1d6c0da2eb5efe6f8d04668c0acbcc7bbd66c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 11 Mar 2023 21:13:53 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20Event/Action=EC=97=90=20TODO=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwe/sammo/Event/Action.php b/hwe/sammo/Event/Action.php index 0a63117a..27b8d393 100644 --- a/hwe/sammo/Event/Action.php +++ b/hwe/sammo/Event/Action.php @@ -3,6 +3,10 @@ namespace sammo\Event; abstract class Action{ //public abstract function __construct(...$args); + /* + TODO: event trigger를 인자로 보낼 수 있으면 좋을 것 + 예시로, 도시 점령 시, 점령한 도시의 정보를 인자로 보낼 수 있으면 좋을 것 + /*/ public abstract function run(array $env); public static function build($actionArgs):Action{