refactor: create README.md
This commit is contained in:
parent
ac7bde68e9
commit
c31bc2597e
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Yet another ingame bot for Lineage 2.
|
||||

|
||||
|
||||
## Project components
|
||||
#### L2BotCore (C++)
|
||||
[The bot framework](L2BotCore). It realization can be an ingame bot, a radar etc.
|
||||
#### L2BotDll (C++)
|
||||
[Injectable Dll](L2BotDll) with framework realization for Lineage 2 Interlude.
|
||||
#### InjectionLibrary (C++)
|
||||
[Helper library](InjectionLibrary) for code injection.
|
||||
#### Client (C#)
|
||||
[Unfinished client](Client).
|
||||
|
||||
## Intercommunications
|
||||
Communication between the client and the injected code occurs through a named pipe with json-messages.
|
Loading…
Reference in New Issue
Block a user