Skip to content

Commit

Permalink
Added rune data
Browse files Browse the repository at this point in the history
RuneData objects define runes aka buffs that can be active during gameplay
  • Loading branch information
AlmasB committed Dec 31, 2021
1 parent 1627c0a commit 67230a9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.almasb.fxglgames.td.data;

/**
* @author Almas Baimagambetov (almaslvl@gmail.com)
*/
public record RuneData(
String name,
int cost,
String description

) { }

0 comments on commit 67230a9

Please sign in to comment.