idk
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
class_name PartySingleton extends Node
|
||||
|
||||
static var PARTY_JOHN = PartyMember.new("John")
|
||||
static var PARTY_JOHN = PartyMember.new({
|
||||
'name': "John",
|
||||
'team': BattleFighter.FighterTeam.PLAYER,
|
||||
})
|
||||
|
||||
static var BACKPACK = Inventory.new()
|
||||
|
||||
static func getFullParty() -> Array[PartyMember]:
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user