1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
local str = {}
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
fun = {}
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
local str = {}
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
_G.fun = {}
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
|