Added HasGeneratorKey variable

This commit is contained in:
2024-07-17 21:22:24 -05:00
parent abc319836f
commit 0d055cf39a

View File

@ -10,6 +10,7 @@ var current_map = ""
var SpawnPoint:Vector3
var Player_Last_Location = Vector3(0,0,0)
var HasGeneratorKey = false
func SetCurrentMap(selected_map):
current_map = selected_map