2
0
trethaller 6 жил өмнө
parent
commit
e2c415d070
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      hxd/prefab/Prefab.hx

+ 4 - 0
hxd/prefab/Prefab.hx

@@ -82,6 +82,10 @@ class Prefab {
 	public function updateInstance( ctx : Context, ?propName : String ) {
 	}
 
+	public function removeInstance( ctx : Context ) : Bool {
+		return false;
+	}
+
 	public function saveRec() : {} {
 		var obj : Dynamic = save();
 		obj.type = type;