mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-08 00:46:34 -08:00
6 lines
170 B
C#
6 lines
170 B
C#
namespace CounterStrikeSharp.API.Tests.Fixtures;
|
|
|
|
[CollectionDefinition("Logging collection")]
|
|
public class LoggingCollection : ICollectionFixture<CoreLoggingFixture>
|
|
{
|
|
} |