3 hours later
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
|
||||
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
|
||||
// PURPOSE. IT CAN BE DISTRIBUTED FREE OF CHARGE AS LONG AS THIS HEADER
|
||||
// REMAINS UNCHANGED.
|
||||
//
|
||||
// Email: gustavo_franco@hotmail.com
|
||||
//
|
||||
// Copyright (C) 2006 Franco, Gustavo
|
||||
//
|
||||
using System;
|
||||
|
||||
namespace AStar
|
||||
{
|
||||
internal class AuthorAttribute : Attribute
|
||||
{
|
||||
#region Constructors
|
||||
public AuthorAttribute(string authorName)
|
||||
{
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user