plutoengine/engine-ext/plutogameobject/build.gradle.kts

11 lines
207 B
Plaintext
Raw Normal View History

plugins {
java
`java-library`
}
description = "A small library for assigning objects easy to store numerical identifiers."
dependencies {
implementation(project(":plutoengine:plutoruntime"))
}