Party progress
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
class_name PartySingleton extends Node
|
||||
|
||||
static var PARTY_JOHN = PartyMember.new()
|
||||
static var PARTY_JOHN = PartyMember.new("John")
|
||||
|
||||
static func getFullParty() -> Array[PartyMember]:
|
||||
return [
|
||||
PARTY_JOHN
|
||||
]
|
||||
Reference in New Issue
Block a user