Browse Source

Remove res.World.

clementlandrin 1 year ago
parent
commit
e640cce745
1 changed files with 0 additions and 7 deletions
  1. 0 7
      hxd/res/World.hx

+ 0 - 7
hxd/res/World.hx

@@ -1,7 +0,0 @@
-package hxd.res;
-
-#if hide
-typedef World = hrt.prefab.Resource;
-#else
-typedef World = hxd.res.Resource;
-#end