Revamp altar to only use EnumAltarComponent
- Removes internal references in API - Makes full use of the idea of the API - No more special checks
This commit is contained in:
parent
6db9b51350
commit
96d94721c4
9 changed files with 104 additions and 140 deletions
|
@ -6,5 +6,6 @@ public enum EnumAltarComponent {
|
|||
BLOODSTONE,
|
||||
BEACON,
|
||||
BLOODRUNE,
|
||||
CRYSTAL
|
||||
CRYSTAL,
|
||||
NOTAIR
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue