using Gameplay.Unit;
namespace Gameplay.Common
{
public struct EDExitUnitContainer
public GameUnit fromUnit;
public GameUnit unit;
}