UNPKG

@jeremyckahn/farmhand

Version:
17 lines (14 loc) 320 B
import { v4 as uuid } from 'uuid' export const getPeerMetadataStub = () => { const peerMetadata: farmhand.peerMetadata = { cowsSold: {}, cropsHarvested: {}, dayCount: 0, experience: 0, playerId: uuid(), money: 0, pendingPeerMessages: [], version: '0.0.0', } return peerMetadata }