Upload project files
This commit is contained in:
11
Runtime/Cloner/Models/EffectorData.cs
Normal file
11
Runtime/Cloner/Models/EffectorData.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
[Serializable]
|
||||
public class EffectorData
|
||||
{
|
||||
public bool enable = true;
|
||||
public EffectorBase effector;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user