10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
autoImport("TestEffects")
|
|
|
|
TestSystem = {}
|
|
|
|
function TestSystem.CheckIsTest(content)
|
|
return false
|
|
end
|
|
|
|
function TestSystem.HandleTest(content)
|
|
end |