Commit 6ae5a73f authored by nanahira's avatar nanahira

version

parent c7e5d73f
Pipeline #30989 passed with stages
in 75 minutes and 15 seconds
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using UnityEngine; using UnityEngine;
public static class Config public static class Config
{ {
public static uint ClientVersion = 0x1360; public static uint ClientVersion = 0x1361;
private static readonly List<oneString> translations = new List<oneString>(); private static readonly List<oneString> translations = new List<oneString>();
...@@ -151,4 +151,4 @@ public static class Config ...@@ -151,4 +151,4 @@ public static class Config
public string original = ""; public string original = "";
public string translated = ""; public string translated = "";
} }
} }
\ No newline at end of file
...@@ -940,7 +940,7 @@ MonoBehaviour: ...@@ -940,7 +940,7 @@ MonoBehaviour:
keepCrispWhenShrunk: 1 keepCrispWhenShrunk: 1
mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3} mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3}
mFont: {fileID: 0} mFont: {fileID: 0}
mText: YGOPro2 v2.5.1 1.036.0 mText: YGOPro2 v2.5.1 1.036.1
mFontSize: 18 mFontSize: 18
mFontStyle: 0 mFontStyle: 0
mAlignment: 1 mAlignment: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment