8 lines
107 B
C#
8 lines
107 B
C#
|
|
using System;
|
|
|
|
namespace FishNet.Documenting
|
|
{
|
|
public class APIExcludeAttribute : Attribute { }
|
|
|
|
}
|