remove unused position field from PlayerTexturesCollection interface
This commit is contained in:
parent
e5095db048
commit
fb05037594
@ -43,7 +43,6 @@ interface PlayerTexturesCategory {
|
|||||||
|
|
||||||
interface PlayerTexturesCollection {
|
interface PlayerTexturesCollection {
|
||||||
name: string;
|
name: string;
|
||||||
position: number;
|
|
||||||
textures: PlayerTexturesRecord[];
|
textures: PlayerTexturesRecord[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user