// ReSharper disable once CheckNamespace
namespace BlueWaterProject
{
public interface IDroppable
int ItemDropTableIdx { get; set; }
}