Bläddra i källkod

Prefab.removeInstance

trethaller 6 år sedan
förälder
incheckning
e2c415d070
1 ändrade filer med 4 tillägg och 0 borttagningar
  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;