mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
9 lines
No EOL
193 B
C#
9 lines
No EOL
193 B
C#
using System;
|
|
|
|
namespace Cosmos.BuildEngine
|
|
{
|
|
[AttributeUsage(AttributeTargets.Assembly)]
|
|
public class PlugAssemblyAttribute : IgnoreWhenBuildingCosmosAttribute
|
|
{
|
|
}
|
|
} |