浏览代码

ContextShared.loadPrefab

trethaller 7 年之前
父节点
当前提交
6382587281
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      hxd/prefab/ContextShared.hx

+ 4 - 0
hxd/prefab/ContextShared.hx

@@ -47,6 +47,10 @@ class ContextShared {
 		return ret;
 	}
 
+	public function loadPrefab( path : String ) : Prefab {
+		throw "Not implemented";
+	}
+
 	public function loadShader( path : String ) : ShaderDef {
 		var r = shaderCache.get(path);
 		if(r != null)