Skip to content
Snippets Groups Projects
Commit 4f2b86f8 authored by phenixceleste's avatar phenixceleste
Browse files

last TODO deleted

parent cd9079a1
No related branches found
No related tags found
1 merge request!6Resolve "Upgrade Pokemon class"
Pipeline #9693 passed with stage
in 1 minute and 56 seconds
// must add later : max_used
// uses : var or val ?
class Capacity(name: String, val ctype: Type, var uses: Int)
class Capacity(val name: String, val ctype: Type, val maxUses: Int)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment