This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
forked from Daybreak365/AbilityWar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
머더 미스터리 Beta 해제 플러그인 외부에서 머더 미스터리 직업을 등록할 수 있도록 수정 Signed-off-by: Daybreak365 <malang365@naver.com>
- Loading branch information
1 parent
efc9aec
commit 6ac6dd9
Showing
4 changed files
with
31 additions
and
47 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
modules/Plugin/src/daybreak/abilitywar/game/list/murdermystery/CharacterType.java
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,5 @@ | ||
package daybreak.abilitywar.game.list.murdermystery; | ||
|
||
public enum CharacterType { | ||
INNOCENT, MURDER | ||
} |
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