namespace MoleMole { public interface IHashable { void ObjectContentHashOnto(ref int lastHash); } }