toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.decompiler
/
Library
Library
class
Library
(
val
source
:
Path
,
val
destination
:
Path
,
val
dependencies
:
List
<
Path
>
=
emptyList()
)
Members
Constructors
Library
Link copied to clipboard
constructor
(
source
:
Path
,
destination
:
Path
,
dependencies
:
List
<
Path
>
=
emptyList()
)
Properties
dependencies
Link copied to clipboard
val
dependencies
:
List
<
Path
>
destination
Link copied to clipboard
val
destination
:
Path
source
Link copied to clipboard
val
source
:
Path