Commit ac2e2918 authored by 竹中千惠理's avatar 竹中千惠理

no message

parent 469551e2
---@diagnostic disable: param-type-mismatch, duplicate-set-field, undefined-global
--Hello World! --Hello World!
--This is a library of mtc's cards. --This is a library of mtc's cards.
......
---@diagnostic disable: undefined-global
--『诗人』 --『诗人』
Duel.LoadScript("c60010000.lua") Duel.LoadScript("c60010000.lua")
local cm,m,o=GetID() local cm,m,o=GetID()
......
---@diagnostic disable: undefined-field, undefined-global
-- --
Duel.LoadScript("c60010000.lua") Duel.LoadScript("c60010000.lua")
if not cm.t then if not cm.t then
......
---@diagnostic disable: undefined-global
--血源猎手 永世的沉沦鲸梦 --血源猎手 永世的沉沦鲸梦
local cm,m,o=GetID() local cm,m,o=GetID()
function cm.initial_effect(c) function cm.initial_effect(c)
......
--空之王城与城下町
local cm,m,o=GetID()
function cm.initial_effect(c)
end
\ No newline at end of file
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