예제 #1
0
    internal void SetBehabiour(IMoventOnSurface onMoventSurface, IMoventOnAir onAirMovent, IActions action)
    {
        _onMoventSurface = onMoventSurface;
        _onAirMovent     = onAirMovent;
        _actions         = action;

        _onAirMovent.Active();
        _onMoventSurface.Active();
        _actions.Active();
    }