UNPKG

my-game-library-linjunhe

Version:

A simple game library with game objects and items

4 lines (3 loc) 164 B
import { NPC, Enemy } from './gameObjects.js'; import { ConsumableItem, EquipmentItem } from './items.js'; export { NPC, Enemy, ConsumableItem, EquipmentItem };