monsterdata.json 77 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
{
  pos: {
    x: 1,
    y: 2,
    z: 3
  },
  hp: 80,
  name: "MyMonster"
}