Commit 52f4ea13 authored by Guillaume Dewisme's avatar Guillaume Dewisme

feat/enum Ability Player

parent a226e538
package org.example;
public enum SpecialAbility {
DAMAGE,
FULLHEAL,
SHIELD,
// ... other abilities ...
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment