mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-08 07:55:47 -07:00
5 lines
241 B
JavaScript
5 lines
241 B
JavaScript
Engine.RegisterInterface("TechnologyManager");
|
|
|
|
// Message of the form { "component": "Attack", "player": 3 }
|
|
// Sent when a new technology is researched which modifies a component
|
|
Engine.RegisterMessageType("TechnologyModificationChange");
|