UNPKG

grid-engine

Version:

Phaser3 plugin for grid based movement on a 2D game board.

5 lines (4 loc) 151 B
import { GridCharacterState } from "./GridCharacter/GridCharacterState.js"; export interface GridEngineState { characters: GridCharacterState[]; }