기본 커맨드 입력 가능하도록 구현

This commit is contained in:
2019-10-06 22:39:13 +09:00
parent 07317b86a2
commit da205c09f9
13 changed files with 183 additions and 55 deletions
-1
View File
@@ -224,7 +224,6 @@ abstract class BaseCommand{
//0 : Neutral
//-1 : Negative
//null : can't calculate
//TODO: 구현
return 0;
}