namespace CzokoŚmieciarka.MonoGameView.DataModels.Enums
{
public enum Direction
Left,
Right,
Up,
Down
}