-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AbilityFactory.isRegistered 추가 능력 블랙리스트 최적화 능력별 기본템 기능 추가 Config - Cacher 추가 능력 부여 GUI 제목 변경 능력 목록 GUI 추가 (/aw abilities) 플레이어 탈락 후 유령 플레이어가 남아있는 문제의 원인으로 추정되는 코드 수정 DefaultKitHandler.giveDefaultKit(Player) -> DefaultKitHandler.giveDefaultKit(Participant) Circle.infiniteIteratorOf 추가 ItemBuilder.unbreakable 추가 ItemLib.addItem, ItemLib.removeItem 추가 능력 설명 메시지 개선 (/aw help)
- Loading branch information
1 parent
246c2ca
commit e4d3063
Showing
19 changed files
with
706 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package daybreak.abilitywar.config; | ||
|
||
public interface Cacher { | ||
|
||
Object toCache(Object object); | ||
|
||
Object revertCache(Object object); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.