obfuz/Samples/CustomConfigure/Assets/Obfuz/const-encrypt.xml

13 lines
330 B
XML
Raw Normal View History

2025-05-20 16:48:06 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<obfuz>
<whitelist type="int">-100,100</whitelist>
<whitelist type="string-length-range">,3</whitelist>
<assembly name="Assembly-CSharp">
<type name="ConstEncrypt.Test2">
<method name="Sum3" disableEncrypt="1"/>
</type>
</assembly>
</obfuz>