diff --git a/front/src/Phaser/Entity/PlayerTextures.ts b/front/src/Phaser/Entity/PlayerTextures.ts index d41fc9f6..3d8e2b89 100644 --- a/front/src/Phaser/Entity/PlayerTextures.ts +++ b/front/src/Phaser/Entity/PlayerTextures.ts @@ -43,7 +43,6 @@ interface PlayerTexturesCategory { interface PlayerTexturesCollection { name: string; - position: number; textures: PlayerTexturesRecord[]; }