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