mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
This removes the executable bits from files which aren't supposed to have them. Also removes shebangs for files which aren't supposed to be executable.
6 lines
290 B
JavaScript
6 lines
290 B
JavaScript
/**
|
|
* Message of the form { player": number, "from": number, "to": number }
|
|
* sent from PlayerManager component to warn other components when a player changed entities.
|
|
* This is also sent when the player gets created or destroyed.
|
|
*/
|
|
Engine.RegisterMessageType("PlayerEntityChanged");
|