游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [38bbf2e477]:

To Artifact [9312192c52]:


1
2
3
4
5
6
7
8
9
10
11
12
13
local s = {}
-- 启
--~ 值
--~ 值类
--~ 办值的能
function s.操类(o1, o2, o3)
  if type(o1) == o2 then
    return o3(o1)
  else
    return o1
    end
  end
return s





|
|
|

|



1
2
3
4
5
6
7
8
9
10
11
12
13
local s = {}
-- 启
--~ 值
--~ 值类
--~ 办值的能
function s.操类(u1, u2, o3)
  if type(u1) == u2 then
    return o3(u1)
  else
    return u1
    end
  end
return s