import Component from '@/ecs/component.js'; export default class Water extends Component { static properties = { water: { type: 'map', value: {type: 'uint8'}, }, }; }