CoolFace
Apppublic

Omnibus-archive/sim-1

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
location.js7 linesDownload Raw Back to cell
1import Phaser from 'phaser';2 3export default class location extends Phaser.Math.Vector3 {4  constructor (x, y, z) {5    super(x, y, z);6  }7}