少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-31 1530eca6051e18f4a81ac272c13e692f552bb3b8
4340 【前端】支持xlua方便IOS提审
1个文件已修改
2 ■■■ 已修改文件
Utility/ComponentExtersion.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/ComponentExtersion.cs
@@ -7,7 +7,7 @@
public static class ComponentExtersion
{
    public static Component FindChildComponent(this Component _component, string _type, string _path)
    public static Component FindComponent(this Component _component, string _type, string _path)
    {
        try
        {