8 lines
120 B
C#
8 lines
120 B
C#
using System;
|
|
|
|
internal class ConfusedByAttribute : Attribute
|
|
{
|
|
public ConfusedByAttribute(string P_0)
|
|
{
|
|
}
|
|
}
|