generated from rajput-hemant/react-template-vite
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Should accept a building type as arg
laputa/packages/client/src/game/systems/constructionSystem.tsx
Lines 21 to 26 in 2261ebc
| // TODO: extract input logic from construction system [refactor] | |
| // Should accept a building type as arg | |
| const buildFacility = (position: Vector3) => { | |
| const { | |
| input: { cursor, building, setInput }, | |
| world: { addEntity }, |