using Gameplay.Unit;
namespace Gameplay.Common
{
public struct EDDownVehicle
public GameUnit fromVehicle;
public GameUnit unit;
}