Commit 5d1da8b7 authored by Hà Trung (NEGAXY)'s avatar Hà Trung (NEGAXY)

no message

parent 4542dc13
...@@ -13,16 +13,16 @@ namespace Negaxy.UI ...@@ -13,16 +13,16 @@ namespace Negaxy.UI
private void OnEnable() private void OnEnable()
{ {
CheckState(); CheckState();
//if (HasMergeTut() || HasFightTut()) if (HasMergeTut() || HasFightTut())
//{ {
// HideTuts(); HideTuts();
// ShowTuts(); ShowTuts();
//} }
//else else
//{ {
// HideTuts(); HideTuts();
//} }
HideTuts(); // delete //HideTuts(); // delete
} }
private void CheckState() private void CheckState()
{ {
......
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