From 900ce863ae74a3d8a55e80058fc09be1e0ab9575 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sat, 10 Aug 2024 19:07:30 +0700 Subject: [PATCH] Move tenant definition to proper actor package --- .../kstarbound/defs/{npc => actor}/TenantDefinition.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/kotlin/ru/dbotthepony/kstarbound/defs/{npc => actor}/TenantDefinition.kt (93%) diff --git a/src/main/kotlin/ru/dbotthepony/kstarbound/defs/npc/TenantDefinition.kt b/src/main/kotlin/ru/dbotthepony/kstarbound/defs/actor/TenantDefinition.kt similarity index 93% rename from src/main/kotlin/ru/dbotthepony/kstarbound/defs/npc/TenantDefinition.kt rename to src/main/kotlin/ru/dbotthepony/kstarbound/defs/actor/TenantDefinition.kt index 3f1c6820..b13e790d 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/defs/npc/TenantDefinition.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/defs/actor/TenantDefinition.kt @@ -1,4 +1,4 @@ -package ru.dbotthepony.kstarbound.defs.npc +package ru.dbotthepony.kstarbound.defs.actor import com.google.common.collect.ImmutableMap import it.unimi.dsi.fastutil.objects.Object2IntMap