コード例 #1
0
 public EnumDifficulty getDifficulty() {
   return EnumDifficulty.getById(this.propertyManager.getInt("difficulty", 1));
 }