Movable

public class Movable : Module

This class handles unit movement. It uses NavMesh, and when unit receives order to move, this component setting up target to move.

public interface IMovable // not implemented yet

There is very high chance, that in the future version this interface will be added to handle different movement types.