mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-03 20:04:33 +00:00
9 lines
107 B
C#
9 lines
107 B
C#
|
|
using System;
|
|
|
|
namespace FishNet.Documenting
|
|
{
|
|
public class APIExcludeAttribute : Attribute { }
|
|
|
|
}
|