feat(drawable): set sky
This commit is contained in:
@@ -2,7 +2,7 @@ use std::path::PathBuf;
|
||||
|
||||
pub type ResourceID = Box<dyn ResourceIDTrait + Send + Sync>;
|
||||
|
||||
pub trait ResourceIDTrait {
|
||||
pub trait ResourceIDTrait: Send + Sync {
|
||||
fn get_file(&self, prefixes: &[PathBuf]) -> Option<PathBuf>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user