Party stuff
This commit is contained in:
6
party/PartyMember.gd
Normal file
6
party/PartyMember.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name PartyMember
|
||||
|
||||
var stats:BattleStats
|
||||
|
||||
func _init() -> void:
|
||||
stats = BattleStats.new()
|
||||
Reference in New Issue
Block a user