The Skung Cave commit
This commit is contained in:
@ -6,4 +6,5 @@ public protocol LoaderProtocol
|
||||
associatedtype T: Resource
|
||||
|
||||
func load(url: URL) -> T?
|
||||
func load(url: URL, content: inout ContentManager) -> T?
|
||||
}
|
||||
|
Reference in New Issue
Block a user