miduo_client/Assets/Plugins/Beebyte/Obfuscator/ObfuscateLiterals.cs

16 lines
274 B
C#
Raw Normal View History

2021-04-19 19:36:43 +08:00
/*
* Copyright (c) 2016 Beebyte Limited. All rights reserved.
*/
using System;
namespace Beebyte.Obfuscator
{
[AttributeUsage(AttributeTargets.Method)]
public class ObfuscateLiteralsAttribute : System.Attribute
{
public ObfuscateLiteralsAttribute()
{
}
}
}