mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-08 14:26:17 +07:00
15 lines
361 B
Groovy
15 lines
361 B
Groovy
rootProject.name = 'riiablo'
|
|
|
|
include 'core'
|
|
include 'desktop'
|
|
include 'android'
|
|
include 'tools', 'ds1viewer', 'mpqviewer'
|
|
include 'tester'
|
|
include 'server:bnls', 'server:bncs', 'server:mcp', 'server:d2gs'
|
|
include 'server:netty'
|
|
include 'tools:map-viewer'
|
|
include 'tools:font-metrics'
|
|
include 'tools:d2s-reader'
|
|
include 'tools:camera'
|
|
include 'tools:direction'
|