sparkletown/sparkle

View on GitHub
src/components/templates/AnimateMap/bridges/DataProvider/Structures/PlayerModel.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { PlayerModel } from "store/reducers/AnimateMap";

const playerModel = new PlayerModel("", -1, "");
export default playerModel;