scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace TriangleNet.Smoothing
|
||||
{
|
||||
// Token: 0x0200001D RID: 29
|
||||
public interface ISmoother
|
||||
{
|
||||
// Token: 0x06000108 RID: 264
|
||||
void Smooth();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user