Get all resources and strings
Open
- Dominant language
- Go
- Stars
- 154
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
```
type ResourceTable struct {
mainStrings stringTable
nextPackageId uint32
packages map[uint32]*packageGroup
}
```
What's the logic here? Why hide the fields that can be used to get resources and strings?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.