This commit is contained in:
2024-07-18 22:48:21 -05:00
commit 9cc712f46d
25514 changed files with 20551518 additions and 0 deletions
@@ -0,0 +1,7 @@
<StrSheet_GuildCoOpWindow xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_GuildCoOpWindow StrSheet_GuildCoOpWindow.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_GuildCoOpWindow">
<String string="입장 횟수 충전" readableId="SMT_GUILD_COOP_ENTER_COUNT_CHARGE_POPUP_TITLE" />
<String string="사용 시 유료 입장 횟수가 1 증가합니다." readableId="SMT_GUILD_COOP_ENTER_COUNT_CHARGE_POPUP_GUIDE" />
<String string="확인" readableId="SMT_GUILD_COOP_ENTER_COUNT_CHARGE_POPUP_CONFIRM" />
<String string="취소" readableId="SMT_GUILD_COOP_ENTER_COUNT_CHARGE_POPUP_CANCEL" />
<String string="회차" readableId="SMT_GUILD_COOP_EVENT_ID_STRING" />
</StrSheet_GuildCoOpWindow>
@@ -0,0 +1,22 @@
<!-- SPDX-License-Identifier: 0BSD -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dc="https://vezel.dev/novadrop/dc"
xmlns="https://vezel.dev/novadrop/dc/StrSheet_GuildCoOpWindow"
targetNamespace="https://vezel.dev/novadrop/dc/StrSheet_GuildCoOpWindow"
xsi:schemaLocation="https://vezel.dev/novadrop/dc ../DataCenter.xsd"
elementFormDefault="qualified">
<xsd:complexType name="StrSheet_GuildCoOpWindow">
<xsd:sequence>
<xsd:element name="String" type="StrSheet_GuildCoOpWindow_String" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="StrSheet_GuildCoOpWindow_String">
<xsd:attribute name="readableId" type="xsd:string" use="required" />
<xsd:attribute name="string" type="xsd:string" use="required" />
</xsd:complexType>
<xsd:element name="StrSheet_GuildCoOpWindow" type="StrSheet_GuildCoOpWindow" />
</xsd:schema>