mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 06:55:02 +00:00
f58dc9b485
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.
7 lines
290 B
JavaScript
7 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");
|