6 lines
63 B
C#
Raw Normal View History

2022-02-21 16:46:03 +01:00
namespace Entity
{
public interface IMovement
{
}
}