diff options
Diffstat (limited to 'docs/Object ownership.gv')
-rw-r--r-- | docs/Object ownership.gv | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/Object ownership.gv b/docs/Object ownership.gv deleted file mode 100644 index 29e0407a6..000000000 --- a/docs/Object ownership.gv +++ /dev/null @@ -1,29 +0,0 @@ -digraph -{ -rankdir=LR -Root -> Server -Root -> MonsterConfig -Root -> GroupManager -Root -> CraftingRecipes -Root -> FurnaceRecipe -Root -> PluginManager -Root -> Authenticator -Root -> World -Server -> ListenThreadIPv4 -Server -> ListenThreadIPv6 -Server -> ClientHandle -Server -> RCONServer -PluginManager -> Plugin_NewLua -PluginManager -> Plugin -World -> SimulatorManager -World -> SandSimulator -World -> WaterSimulator -World -> LavaSimulator -World -> FireSimulator -World -> RedstoneSimulator -World -> WorldStorage -World -> Player -World -> Generator -World -> ChunkSender -World -> LightingThread -}
\ No newline at end of file |