0ad/binaries/data/mods/public/simulation/components/interfaces/TechnologyManager.js

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");