/** * Resources allow you to store a single global instance of some data type, independently of entities. * Use them for data that is truly global for your app, such as configuration / settings. * Resources make it easy for you to access such data from anywhere. * @see https://bevy-cheatbook.github.io/programming/res.html */ export interface Resource { }