init dump
This commit is contained in:
9
Sources/JolkEngine/Content/LoaderProtocol.swift
Normal file
9
Sources/JolkEngine/Content/LoaderProtocol.swift
Normal file
@ -0,0 +1,9 @@
|
||||
import Foundation
|
||||
|
||||
|
||||
public protocol LoaderProtocol
|
||||
{
|
||||
associatedtype T: Resource
|
||||
|
||||
func load(url: URL) -> T?
|
||||
}
|
Reference in New Issue
Block a user