1
0

Added the docs folder with some documents that have piled up in my working copy

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1675 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-07-21 20:01:35 +00:00
parent 2fca0567bf
commit 168c760b06
5 changed files with 94 additions and 0 deletions

29
docs/Object ownership.gv Normal file
View File

@@ -0,0 +1,29 @@
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
}