From 2489266a403ac6e180deadbdd62e328dfa57f215 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 26 Jul 2023 11:31:23 +0700 Subject: [PATCH] Rename DataStreams into appropriate StreamCodecs --- .../mc/otm/core/util/{DataStreams.kt => StreamCodecs.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/main/kotlin/ru/dbotthepony/mc/otm/core/util/{DataStreams.kt => StreamCodecs.kt} (100%) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/DataStreams.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/core/util/StreamCodecs.kt similarity index 100% rename from src/main/kotlin/ru/dbotthepony/mc/otm/core/util/DataStreams.kt rename to src/main/kotlin/ru/dbotthepony/mc/otm/core/util/StreamCodecs.kt