Add project files.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Cryville.Common.ComponentModel {
|
||||
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
|
||||
public class LogarithmicScaleAttribute : Attribute {
|
||||
public LogarithmicScaleAttribute() { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user