From 281f640c6a988f950c6edca02591b9a3d6cda61d Mon Sep 17 00:00:00 2001 From: wsycarlos Date: Wed, 14 Jan 2026 01:38:46 +0800 Subject: [PATCH] add name mapping in atlas mapping --- thrift-files/meowment/atlas_map.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/thrift-files/meowment/atlas_map.thrift b/thrift-files/meowment/atlas_map.thrift index d979024..325145e 100644 --- a/thrift-files/meowment/atlas_map.thrift +++ b/thrift-files/meowment/atlas_map.thrift @@ -3,4 +3,5 @@ namespace netstd Byway.Thrift.Data struct AtlasMap { 1:map sprites, + 2:map names, } \ No newline at end of file