Add a TODO to LevelWrapper

This commit is contained in:
James Seibel
2024-07-09 07:33:56 -05:00
parent b762c0561d
commit cd5da82d0c
@@ -64,6 +64,7 @@ public interface ILevelWrapper extends IDhApiLevelWrapper, IBindable
/** Fired when the level is being unloaded. Doesn't unload the level. */
void onUnload();
// TODO I don't like the circular reference, can we merge the level wrapper and DhLevels?
@Deprecated
void setParentLevel(IDhLevel parentLevel);