UNPKG

pixi-fusion

Version:

This module offers a set of common components needed for playing games.

6 lines (5 loc) 163 B
import { useContext } from "react"; import { WorldContext } from "../world/World.context"; export const useWorld = () => { return useContext(WorldContext); };