Revised Object for Special Abliities for Singletons

This commit is contained in:
PersonGuyGit
2023-12-10 12:48:39 -07:00
parent d728383a30
commit e479ffe174
6 changed files with 64 additions and 33 deletions

View File

@ -5,11 +5,9 @@ class_name ConflictResultsProcess
#This class is used to define the player and NPC order in combat. Also called Initiative in some game systems.
#Rough Draft: 12/3/2023: Luke, Godot 3.5
#How are we calculating initiatve. Are we going to pull the formula from the GSAL?
var Initiative_Order : Array
#What do these two variables do? That was not clearly defined in the UML...
var Action_Declared : Array