remove unused position field from PlayerTexturesCollection interface

This commit is contained in:
Hanusiak Piotr 2022-03-09 14:11:15 +01:00
parent e5095db048
commit fb05037594

View File

@ -43,7 +43,6 @@ interface PlayerTexturesCategory {
interface PlayerTexturesCollection { interface PlayerTexturesCollection {
name: string; name: string;
position: number;
textures: PlayerTexturesRecord[]; textures: PlayerTexturesRecord[];
} }