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