コード例 #1
0
ファイル: Condition.java プロジェクト: nathantehbeast/RSBot-5
 @Override
 public boolean check() {
   return src.isValid();
 }