Added object distributuon calculationg
This commit is contained in:
15
Runtime/Cloner/Contracts/Field/ModifierBase.cs
Normal file
15
Runtime/Cloner/Contracts/Field/ModifierBase.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Misaki.ArtTool.Packages
|
||||
{
|
||||
public abstract class ModifierBase : IFieldLayer
|
||||
{
|
||||
public EventHandler PropertyChanged
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public abstract float Operate(float weight);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user