Trigger, Action 역할 재정의
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace sammo\ActionPersonality;
|
||||
use \sammo\iAction;
|
||||
|
||||
class None implements iAction{
|
||||
use \sammo\DefaultAction;
|
||||
|
||||
static $id = -1;
|
||||
static $name = '-';
|
||||
static $info = '';
|
||||
}
|
||||
Reference in New Issue
Block a user