Created a roughed out class for Conflict Results. We will need to talk about this one as a team.

This commit is contained in:
PersonGuyGit
2023-12-03 12:56:12 -07:00
parent 4edacc0a95
commit d728383a30
3 changed files with 38 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class_name SpecialAbility
#This is the middle ware, to define the structure of the data, before it is accesable by the character sheet.
#This class is also used to define the structure, as to make it normalized for the database / XML layers.
# Luke, 12/9/2023, Godot 3.5
# Luke, 12/9/2023, Godot 3.5+
var Name: String