Commit c53f3dcf authored by nanahira's avatar nanahira

typo

parent 8ddff96d
...@@ -5,8 +5,8 @@ using System.Collections.Generic; ...@@ -5,8 +5,8 @@ using System.Collections.Generic;
using System.IO; using System.IO;
using System.Threading; using System.Threading;
using UnityEngine; using UnityEngine;
using YGOSharp.OCGWrapper.Enums; using YGOSharp.OCGWrapper.Enums;
public enum GameTextureType public enum GameTextureType
{ {
card_picture = 0, card_picture = 0,
...@@ -249,7 +249,7 @@ public class GameTextureManager ...@@ -249,7 +249,7 @@ public class GameTextureManager
} }
catch (Exception e) catch (Exception e)
{ {
Debug.Log("erroe 1" + e.ToString()); Debug.Log("error 1" + e.ToString());
} }
} }
} }
......
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