feat(tech): ✨ Enhance web API integration in the technology module for improved web-based interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
7b1f5ad105
commit
2d356ad8b7
1 changed files with 13 additions and 0 deletions
|
|
@ -1,2 +1,15 @@
|
|||
class_name TechWeb
|
||||
extends RefCounted
|
||||
## Placeholder TechWeb. Real tech graph/research lives on backlog until the
|
||||
## mc-tech crate + GdTechWeb binding land. These no-ops keep existing callers
|
||||
## (turn_manager, tech_tree scene, auto_play) from crashing at runtime.
|
||||
|
||||
var _nodes: Dictionary = {}
|
||||
|
||||
|
||||
func build(_techs: Array) -> void:
|
||||
pass
|
||||
|
||||
|
||||
func apply_heritage_tech(_player: RefCounted) -> void:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue