Description:
GameActions is not visible to modders and is needed for CustomActionTests (related: #25864) to be useful. Line 38: https://github.com/StrangeLoopGames/Eco/blob/16a1e23debc74e335d4b854e8ceb5c89846b1638/Server/Eco.Gameplay/GameActions/GameActionPack.cs#L38
Suggested Fix:
Above line 38 add: public IReadOnlyList<GameActions> Actions => GameActions;
Description:
GameActionsis not visible to modders and is needed for CustomActionTests (related: #25864) to be useful. Line 38: https://github.com/StrangeLoopGames/Eco/blob/16a1e23debc74e335d4b854e8ceb5c89846b1638/Server/Eco.Gameplay/GameActions/GameActionPack.cs#L38Suggested Fix:
Above line 38 add:
public IReadOnlyList<GameActions> Actions => GameActions;